TRANSPORT
The nature of a connection to a queue manager or broker.
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: TRANSPORT
JMS administration tool short name: TRAN
Programmatic access
Setters/getters
- MQConnectionFactory.setTransportType()
- MQConnectionFactory.getTransportType()
Values
- BIND
- For a connection to a queue manager in bindings mode. This is the default value for administrative tools.
- CLIENT
- For a connection to a queue manager in client mode.
- DIRECT
- For a real-time connection to a broker not using HTTP tunnelling.
- DIRECTHTTP
- For a real-time connection to a broker using HTTP tunnelling. Only HTTP 1.0 is supported.
Parent topic: Properties of IBM MQ classes for JMS objects
Related concepts