+

Search Tips   |   Advanced Search

Programming to use message-driven beans

Applications can use message-driven beans as asynchronous message consumers. We deploy a message-driven bean as a message listener for a destination. 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.

Use a tool such as Rational Application Developer to develop applications that use message-driven beans. Use the WebSphere Application Server runtime tools, such as the administrative console, to deploy and administer applications that use message-driven beans.

For more information about implementing enterprise applications that use message-drive beans, see the following topics:


Tasks


Subtopics