This type is a class for model objects.
A topic connection factory is used to create connections to the associated JMS provider of JMS topic destinations, for publish/subscribe messaging. Use WebSphere MQ Topic Connection Factory administrative objects to manage topic 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 or inter-process bindings connection is to be used to connect to the WebSphere MQ queue manager. 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. |
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. |
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. |
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. |
pubSubCleanup : MQCleanupType | @since 6.0.0 Level of cleanup by Pub/Sub cleanup utility |
pubSubCleanupInterval : ELong | @since 6.0.0 The interval between background executions of the publish/subscribe cleanup utility |
msgSelection : MQBrokerMsgSelection | @since 6.0.0 Where Broker message selection is done |
publishAckInterval : EInt | @since 6.0.0 The interval, in number of messages, between publish requests that require acknowledgement from the broker |
sparseSubscriptions : EBoolean | @since 6.0.0 Sparse broker subscriptions |
statRefreshInterval : EInt | @since 6.0.0 The interval, in milliseconds, between transactions to refresh publish/subscribe status |
substore : MQSubstoreType | @since 6.0.0 Where WebSphere MQ JMS should store persistent data relating to active subscriptions |
multicast : MQCFMulticastType | @since 6.0.0 Enable MultiCast transport |
directAuth : MQDirectAuthType | @since 6.0.0 Specifies whether direct Broker authorization is used |
proxyHostName : EString | @since 6.0.0 Web Scale proxy host name |
proxyPort : EInt | @since 6.0.0 Web Scale proxy port |
failIfQuiesce : EBoolean | @since 6.0.0 Applications return from a method call if the queue manager has entered a controlled shutdown. |
localAddress : EString | @since 6.0.0 Local server address |
pollingInterval : EInt | @since 6.0.0 The interval, in milliseconds, between scans of all receivers during asynchronous message delivery |
rescanInterval : EInt | @since 6.0.0 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 | @since 6.0.0 The cipher suite to use for SSL connection |
sslCRL : EString | @since 6.0.0 CRL servers to check for SSL certificate revocation |
sslPeerName : EString | @since 6.0.0 For SSL, a distinguished name skeleton that must match that provided by the queue manager |
useConnectionPooling : EBoolean | @since 6.0.0 Whether to use MQ JMS connection pooling |
Attribute Details |