A Message-driven Bean is an Enterprise Bean that operates as a consumer and executes the asynchronous processing of messages. A Message-driven Bean becomes active when a message arrives at the destination, and receives and processes the message.
This section describes the operations of the consumer Message-driven Bean.