BALOPTIONS

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

Applicable Objects

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

JMS administration tool long name: BALOPTIONS

JMS administration tool short name: OPTIONS

Programmatic access

Setters/getters

  • MQConnectionFactory.setBalancingOptions()
  • MQConnectionFactory.getBalancingOptions()

Values

IGNNONE
The normal handling of transactions applies, and applications are not requested to move during a transaction.
This value maps to the IBM MQ BalancingOption MQBNO_OPTIONS_NONE.
IGNTRANS
Applications may be requested to move during a transaction.
This value maps to the IBM MQ BalancingOption MQBNO_OPTIONS_IGNORE_TRANS.