WAS v8.5 > Deploy applications > Deploy messaging resourcesDeploy enterprise applications
We can deploy an enterprise application to use JMS, or to use message-driven beans. Enterprise applications can use JMS APIs directly to explicitly poll for messages on a JMS destination, then retrieve messages for processing by business logic beans (enterprise beans).
Message-driven beans can also 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.
- Deploy an enterprise application to use JMS.
- Deploy an enterprise application to use message-driven beans.
Subtopics
- Deploy an enterprise application to use JMS
We can deploy an enterprise application to use JMS.- Deploy enterprise applications developed as message-driven beans
We can deploy an enterprise application developed as a message-driven bean in WAS.
Related
Programming to use JMS and messaging directly
Programming for interoperation with WebSphere MQ
Programming to use message-driven beans
Samples documentation