Previous Next vertical dots separating previous/next from contents/index/pdf

Developing Message-Driven Beans

An message-driven EJB is used to receive and process asynchronous messages using JMS. Message-driven EJBs are never directly invoked by other EJBs. However, they in turn can invoke methods of session and entity beans and send JMS messages to be processed by other message-driven EJBs. The topics listed below discuss development of message-driven beans.

Topics Included in This Section

Related Topics

 

Skip navigation bar   Back to Top