Deploy enterprise applications developed as message-driven beans
We can deploy an enterprise application developed as a message-driven bean in WebSphere Application Server.
Message-driven beans can be used as asynchronous message consumers. When a message arrives at the destination, the EJB container invokes the message-driven bean automatically without an application having to explicitly poll the destination.
Subtopics
- Deploy an enterprise application to use message-driven beans with JCA 1.5-compliant resources
- Deploy an enterprise application to use message-driven beans with listener ports
Programming for interoperation with IBM MQ Programming to use message-driven beans Samples, v8.5