BALTIMEOUT

Controls how IBM® MQ classes for JMS applications that use the client transport are rebalanced in a uniform cluster.

Applicable Objects

ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory.

JMS administration tool long name: BALTIMEOUT

JMS administration tool short name: TIMEOUT

Programmatic access

Setters/getters

  • MQConnectionFactory.setBalancingTimeout()
  • MQConnectionFactory.getBalancingTimeout()

Values

NEVER
The application never times out for the purposes of rebalancing in a uniform cluster.
This value maps to the IBM MQ BalancingOption MQBNO_TIMEOUT_NEVER.
IMMEDIATE
The application immediately times out for the purposes of rebalancing in a uniform cluster.
This value maps to the IBM MQ BalancingOption MQBNO_TIMEOUT_IMMEDIATE.
DEFAULT
The application times out for the purposes of rebalancing in a uniform cluster after the default period of 10 seconds.
This value maps to the IBM MQ BalancingOption MQBNO_TIMEOUT_AS_DEFAULT.
nn
The application times out for the purposes of rebalancing in a uniform cluster after a period of nn seconds.
nn can be between 1 and 9999999999.