BROKERVER
The version of the broker being used.
Applicable Objects
ConnectionFactory, TopicConnectionFactory, Topic, XAConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: BROKERVER
JMS administration tool short name: BVER
Programmatic access
Setters/getters
- MQConnectionFactory.setBrokerVersion()
- MQConnectionFactory.getBrokerVersion()
Values
- V1
- To use an IBM MQ Publish/Subscribe broker, or to use a broker of IBM MQ Integrator, WebSphere Event Broker, WebSphere Business Integration Event Broker, or WebSphere Business Integration Message Broker in compatibility mode. This is the default value if TRANSPORT is set to BIND or CLIENT.
- V2
- To use a broker of IBM MQ Integrator, WebSphere Event Broker, WebSphere Business Integration Event Broker, or WebSphere Business Integration Message Broker in native mode. This is the default value if TRANSPORT is set to DIRECT or DIRECTHTTP.
- unspecified
- After the broker has migrated from V6 to V7, set this property so that RFH2 headers are no longer used. After migration this property is no longer relevant.
Parent topic: Properties of IBM MQ classes for JMS objects