jms-initiator

jms-initiator

Used in: initiator-config.

Description

The jms-initiator element specifies the configuration info for a connection initiator that enables Coherence*Extend clients to connect to a remote cluster via JMS.

For additional details and example configurations see Configuring and Using Coherence*Extend.

Elements

The following table describes the elements you can define within the jms-initiator element.

Element Required/Optional Description
<queue-connection-factory-name> Required Specifies the JNDI name of the JMS QueueConnectionFactory used by the connection initiator.
<queue-name> Required Specifies the JNDI name of the JMS Queue used by the connection initiator.
<connect-timeout> Optional Specifies the maximum amount of time to wait while establishing a connection with a connection acceptor.

The value of this element must be in the following format:

[\d]+[[.][\d]+]?[MS|ms|S|s|M|m|H|h|D|d]?

where the first non-digits (from left to right) indicate the unit of time duration:

  • MS or ms (milliseconds)
  • S or s (seconds)
  • M or m (minutes)
  • H or h (hours)
  • D or d (days)

If the value does not contain a unit, a unit of milliseconds is assumed.

Default value is an infinite timeout.