Configuring the Eclipse Amlen resource adapter for high availability when you use queues
When you want to set up Eclipse Amlen resource adapter in a highly available configuration, you must consider the values that are assigned to the following activation specification properties.
You must configure a clientId
in this scenario.
JMS allows only one connection per clientId
. Set clientId
so
that only the live
application server can connect to Eclipse Amlen. The live
application
server is the server that is processing messages.
Configuring the resource adapter properties to support high availability for inbound communication
- Activation specification configuration
- Consider the settings of the following activation specification properties when you configure the Eclipse Amlen resource adapter for high availability:
-
- clientId
- The client ID for this connection.
-
- server
- A comma or space separated list of the two host names or IP addresses for the primary and the
standby Eclipse Amlen servers. For example,
9.1.2.3,9.1.2.4
.
-
- 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.
-