Attributes Summary |
host : String | The name of the host on which the WebSphere MQ queue manager runs, for client connection only.
|
port : int | The TCP/IP port number used for connection to the WebSphere MQ queue manager, for client connection only.
|
transportType : MQTransportType | Whether WebSphere MQ client TCP/IP connection or inter-process bindings connection is to be used to connect to the WebSphere MQ queue manager.
|
channel : String | The name of the channel used for connection to the WebSphere MQ queue manager, for client connection only.
|
queueManager : String | The name of the WebSphere MQ queue manager for this connection factory.
|
brokerControlQueue : String | The name of the broker's control queue, to which all command messages (except publications and requests to delete publications) are sent.
|
brokerQueueManager : String | The name of the WebSphere MQ queue manager that provides the Pub/Sub message broker.
|
brokerPubQueue : String | The name of the broker's input queue that receives all publication messages for the default stream.
|
brokerSubQueue : String | The name of the broker's queue from which non-durable subscription messages are retrieved.
|
brokerCCSubQ : String | Broker connection consumer subscription queue |
brokerVersion : MQBrokerType | Whether the message broker is provided by the WebSphere MQ MA0C Supportpac or newer versions of WebSphere message broker products.
|
tempModel : String | The name of the model queue definition that the broker can use to create dynamic queues for non-default streams if the stream queue does not already exist.
|
clientID : String | The JMS client identifier used for connections to the WebSphere MQ queue manager.
|
CCSID : String | The coded character set identifier for use with the WebSphere MQ queue manager.
|
cloneSupport : boolean | Select this checkbox to enable WebSphere MQ clone support to allow the same durable subscription across topic clones.
|
pubSubCleanup : MQCleanupType | @since 6.
|
pubSubCleanupInterval : long | @since 6.
|
msgSelection : MQBrokerMsgSelection | @since 6.
|
publishAckInterval : int | @since 6.
|
sparseSubscriptions : boolean | @since 6.
|
statRefreshInterval : int | @since 6.
|
substore : MQSubstoreType | @since 6.
|
multicast : MQCFMulticastType | @since 6.
|
directAuth : MQDirectAuthType | @since 6.
|
proxyHostName : String | @since 6.
|
proxyPort : int | @since 6.
|
failIfQuiesce : boolean | @since 6.
|
localAddress : String | @since 6.
|
pollingInterval : int | @since 6.
|
rescanInterval : int | @since 6.
|
sslCipherSuite : String | @since 6.
|
sslCRL : String | @since 6.
|
sslPeerName : String | @since 6.
|
useConnectionPooling : boolean | @since 6.
|