Configuring the Eclipse Amlen resource adapter for inbound communication when you use topics in a WebSphere Application Server cluster
When you use topics 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.
- subscriptionDurability
- Specifies whether a topic subscription is durable.
- subscriptionName
- The name that you specify in the subscription policy.
- subscriptionShared
- Specifies whether a subscription is shared between consumers or not.
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 topic from which messages are received.
Wildcards are supported for inbound communication when you use topics in a WebSphere Application Server cluster. For more information, see Wildcards.