Network Deployment (Distributed operating systems), v8.0 > Applications > Messaging resources > Message-driven beans - automatic message retrieval


Message-driven beans - JCA components

There are several administrative components that you configure for message-driven beans as listeners on a Java EE Connector Architecture (JCA) 1.5 resource adapter.


Components for a JCA resource adapter

When a resource adapter is installed, it provides definitions and classes for administered objects such as activation specifications. The administrator creates and configures activation specifications with JNDI names that are then available for applications to use.

The JCA resource adapter uses an activation specification to configure a particular endpoint. Each application that configures one or more endpoints must specify the resource adapter that sends messages to the endpoint. The application uses the activation specification to provide configuration properties for the processing of inbound messages.


JMS components used with a JCA messaging provider

Message-driven beans that implement the javax.jms.MessageListener interface can be used with JMS messaging.

An application that uses JMS messaging needs access at runtime to configured objects such as connection factories and destinations:

If the application contains one or more message-driven beans, the administrator must configure either a JMS activation specification or a message listener port. For JCA-compliant messaging providers, the administrator usually configures an activation specification. But for the WebSphere MQ messaging provider there is a choice; the administrator can configure an activation specification or, for compatibility with previous versions of WAS, the administrator can configure a message listener port.

The JMS activation specification provides the deployer with information about the configuration properties of a message-driven bean related to the processing of the inbound messages. For example, a JMS activation specification specifies the name of the service integration bus to connect to, information about the message acknowledgement modes, message selectors, destination types, and whether durable subscriptions are shared across connections with members of a server cluster.

The activation specification identifies a JMS destination by specifying its JNDI name. The message-driven bean acts as a listener on a specific JMS destination.

The JMS destination refers to a service integration bus destination (or WebSphere MQ destination) that the administrator must also configure. For more information about JMS resources and service integration, see Default messaging.
JMS components on v5 nodes
J2C activation specification configuration and use
Types of messaging provider
Message-driven beans - listener port components
Default messaging
Message-driven beans - automatic message retrieval
Configure JMS resources for the WebSphere MQ messaging provider
Create an activation specification for the WebSphere MQ messaging provider
Configure an activation specification for the WebSphere MQ messaging provider


Related


Activation specification collection
JMS activation specification [Settings] Concept topic

+

Search Tips   |   Advanced Search