This type is a class for model objects.
A queue connection factory is used to create connections to the associated JMS provider of JMS queue destinations, for point-to-point messaging. Use WebSphere MQ Queue Connection Factory administrative objects to manage queue connection factories for the WebSphere MQ JMS provider.
Package: mqseriesAttributes Summary | |
queueManager : EString | The name of the WebSphere MQ queue manager for this connection factory. Connections created by this factory connect to that queue manager. |
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. |
channel : EString | The name of the channel 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. |
tempModel : EString | The name of the model queue definition that can be used by the queue manager to create temporary queues if a queue requested does not already exist. |
clientID : EString | The JMS client identifier used for connections to the WebSphere MQ queue manager. |
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. |
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 |
tempQueuePrefix : EString | @since 6.0.0 Temporary Queue prefix for dynamic queue naming |
useConnectionPooling : EBoolean | @since 6.0.0 Whether to use MQ JMS connection pooling |
Attribute Details |