This type is a class for model objects.
@since 6.0.0 A unified connection factory is used to create connections to the associated JMS provider of JMS destinations, for point-to-point or publish/subscribe messaging. Use WebSphere MQ Connection Factory administrative objects to manage connection factories for the WebSphere MQ JMS provider.
Package: mqseriesAttributes Summary | |
host : EString | The name of the host on which the WebSphere MQ queue manager runs, for client connection only. |
port : EInt | 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. Inter-process bindings may only be used to connect to a queue manager on the same physical machine. |
channel : EString | The name of the channel used for connection to the WebSphere MQ queue manager, for client connection only. |
queueManager : EString | The name of the WebSphere MQ queue manager for this connection factory. Connections created by this factory connect to that queue manager for the domain. |
brokerControlQueue : EString | The name of the broker's control queue, to which all command messages (except publications and requests to delete publications) are sent. |
brokerQueueManager : EString | The name of the WebSphere MQ queue manager that provides the Pub/Sub message broker. |
brokerPubQueue : EString | The name of the broker's input queue that receives all publication messages for the default stream. |
brokerSubQueue : EString | The name of the broker's queue from which non-durable subscription messages are retrieved. |
brokerCCSubQ : EString | 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 : ELong | The interval between background executions of the publish/subscribe cleanup utility |
msgSelection : MQBrokerMsgSelection | Where Broker message selection is done |
publishAckInterval : EInt | The interval, in number of messages, between publish requests that require acknowledgement from the broker |
sparseSubscriptions : EBoolean | Sparse broker subscriptions |
statRefreshInterval : EInt | 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 : EString | 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 : EString |
The JMS client identifier used for connections to the WebSphere MQ queue manager. Note: Necessary for durable server side subscriptions. |
CCSID : EString | The coded character set identifier for use with the WebSphere MQ queue manager. |
msgRetention : EBoolean | Select this tick box to specify that unwanted messages are to be left on the queue. Otherwise, unwanted messages are dealt with according to their disposition options. |
cloneSupport : EBoolean | Select this checkbox to enable WebSphere MQ clone support to allow the same durable subscription across topic clones. When true, the clientID field is required. |
directAuth : MQDirectAuthType | Specifies whether direct Broker authorization is used |
proxyHostName : EString | Web Scale proxy host name |
proxyPort : EInt | Web Scale proxy port |
failIfQuiesce : EBoolean | Applications return from a method call if the queue manager has entered a controlled shutdown. |
localAddress : EString | Local server address |
pollingInterval : EInt | The interval, in milliseconds, between scans of all receivers during asynchronous message delivery |
rescanInterval : EInt | Advisory interval in milliseconds, period at which a queue is rescanned looking for a selected messages inserted out of order (e.g. backout) with respect to an MQSeries browse cursor. |
sslCipherSuite : EString | The cipher suite to use for SSL connection |
sslCRL : EString | CRL servers to check for SSL certificate revocation |
sslPeerName : EString | For SSL, a distinguished name skeleton that must match that provided by the queue manager |
tempQueuePrefix : EString | Temporary Queue prefix for dynamic queue naming |
useConnectionPooling : EBoolean | Whether to use MQ JMS connection pooling |
Attribute Details |