+

Search Tips   |   Advanced Search

Deploy 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.


Tasks


Related

  • Programming to use JMS and messaging directly
  • Programming for interoperation with IBM MQ
  • Programming to use message-driven beans
  • Samples, v8.5