BALTYPE

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

Applicable Objects

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

JMS administration tool long name: BALTYPE

JMS administration tool short name: TYPE

Programmatic access

Setters/getters

  • MQConnectionFactory.setBalancingApplicationType()
  • MQConnectionFactory.getBalancingApplicationType()

Values

SIMPLE
The default handling of applications in a uniform cluster applies.
This value maps to the IBM MQ BalancingOption MQBNO_BALTYPE_SIMPLE.
REQUEST_REPLY
The application will not be requested to reconnect if an MQPUT has not been balanced by an MQGET, unless the timeout period has elapsed.
This value maps to the IBM MQ BalancingOption MQBNO_BALTYPE_REQREP.