Configuring the Eclipse Amlen resource adapter for inbound communication when you use queues in a WebSphere Application Server cluster
When you use queues with the Eclipse Amlen resource adapter in a WebSphere® Application Server cluster, you must consider the values that are assigned to the activation specification properties.
Do not configure a clientId
in this scenario as
JMS allows only one connection per clientId
. In this
scenario, as multiple application servers are used and therefore multiple
connections are made, a clientId
cannot be used.
Configure the Eclipse Amlen resource adapter properties
- Activation specification configuration
- Consider the settings of the following activation specification properties when you configure the Eclipse Amlen resource adapter for inbound communication in a WebSphere Application Server cluster:
- server
- The Eclipse Amlen host name or IP address.
- port
- The port of the endpoint that you configured.
- concurrentConsumers
- The maximum number of consumers on this connection.
- clientMessageCache
- The maximum number of cached messages for each consumer.
Specify one of the following options:- destination and destinationType
- destination specifies the name of the topic from which messages are received. destinationType specifies the type of destination.
- destinationLookup
- The name of a JNDI object that represents the Eclipse Amlen queue from which messages are received.