Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop Messaging resources > Program to use asynchronous messaging
Program to use message-driven beans
Applications can use message-driven beans as asynchronous message consumers. You 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.
We can use a tool such as Rational Application Developer to develop applications that use message-driven beans. We can use the WAS runtime tools, such as the admin 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:
Procedure
- Develop message-driven beans.
- Design an enterprise application to use message-driven beans.
- Develop an enterprise application to use message-driven beans.
- 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.
Related
Develop message-driven beans
Design an enterprise application to use message-driven beans
Develop an enterprise application to use message-driven beans
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
Program to use asynchronous messaging