Message-Driven Beans Introduction
Messaging Concepts Introduction Messaging is a method of communication between software components or applications. A messaging system is a peer-to-peer facility A messaging client can send [...]
Messaging Concepts Introduction Messaging is a method of communication between software components or applications. A messaging system is a peer-to-peer facility A messaging client can send [...]
JMS API The Java Message Service is a Java API that allows applications to create, send, receive, and read messages. The JMS API defines a common set of interfaces and associated semantics that [...]
Message Driven Bean A message-driven bean (MDB) is an enterprise bean that allows Java EE applications to process messages asynchronously. In other words, an MDB is an asynchronous message [...]
To a client, a message-driven bean is a message consumer that implements some business logic running on the server. The most visible difference between message-driven beans and session beans is [...]