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, inter-process bindings connection, or a direct Broker connection is to be used to connect to the WebSphere MQ queue manager or Broker.
|
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.
|
pubSubCleanup : MQCleanupType | Level of cleanup by Pub/Sub cleanup utility |
pubSubCleanupInterval : long | The interval between background executions of the publish/subscribe cleanup utility |
msgSelection : MQBrokerMsgSelection | Where Broker message selection is done |
publishAckInterval : int | The interval, in number of messages, between publish requests that require acknowledgement from the broker |
sparseSubscriptions : boolean | Sparse broker subscriptions |
statRefreshInterval : int | The interval, in milliseconds, between transactions to refresh publish/subscribe status |
substore : MQSubstoreType | Where WebSphere MQ JMS should store persistent data relating to active subscriptions |
multicast : MQCFMulticastType | Enable MultiCast transport |
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.
|
msgRetention : boolean | Select this tick box to specify that unwanted messages are to be left on the queue.
|
cloneSupport : boolean | Select this checkbox to enable WebSphere MQ clone support to allow the same durable subscription across topic clones.
|
directAuth : MQDirectAuthType | Specifies whether direct Broker authorization is used |
proxyHostName : String | Web Scale proxy host name |
proxyPort : int | Web Scale proxy port |
failIfQuiesce : boolean | Applications return from a method call if the queue manager has entered a controlled shutdown.
|
localAddress : String | Local server address |
pollingInterval : int | The interval, in milliseconds, between scans of all receivers during asynchronous message delivery |
rescanInterval : int | Advisory interval in milliseconds, period at which a queue is rescanned looking for a selected messages inserted out of order (e.
|
sslCipherSuite : String | The cipher suite to use for SSL connection |
sslCRL : String | CRL servers to check for SSL certificate revocation |
sslPeerName : String | For SSL, a distinguished name skeleton that must match that provided by the queue manager |
tempQueuePrefix : String | Temporary Queue prefix for dynamic queue naming |
useConnectionPooling : boolean | Whether to use MQ JMS connection pooling |