public class MQChannelDefinition
extends com.ibm.mq.jmqi.JmqiObject
Note: This class does not apply when connecting directly to WebSphere MQ in bindings mode.
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
channelName
The name of the channel through which the connection is established.
|
java.lang.String |
connectionName
The TCP/IP hostname of the machine on which the queue manager resides.
|
java.util.Collection<java.lang.Integer> |
hdrCompList
The list of supported header data compression techniques.
|
java.lang.String |
localAddress
The actual TCP/IP address in use.
|
int |
maxMessageLength
The maximum length of message that can be sent to the queue manager.
|
java.util.Collection<java.lang.Integer> |
msgCompList
The list of supported message data compression techniques.
|
java.lang.String |
queueManagerName
The name of the queue manager to which the connection is made.
|
java.lang.String |
receiveUserData
A storage area for the receive exit to use.
|
java.lang.String |
remotePassword
The password used to establish the connection.
|
java.lang.String |
remoteUserId
The user ID used to establish the connection.
|
java.lang.String |
securityUserData
A storage area for the security exit to use.
|
java.lang.String |
sendUserData
A storage area for the send exit to use.
|
int |
sharingConversations
Limit on sharing conversations
|
java.lang.String |
sslCipherSuite
A Java CipherSuite to use for this connection
|
java.lang.String |
sslPeerName
The SSL peer name used for matching.
|
| Constructor and Description |
|---|
MQChannelDefinition()
Constructor
|
public java.lang.String channelName
public java.lang.String queueManagerName
public int maxMessageLength
public java.lang.String securityUserData
public java.lang.String sendUserData
public java.lang.String receiveUserData
public java.lang.String connectionName
public java.lang.String remoteUserId
public java.lang.String remotePassword
public java.lang.String sslPeerName
public java.lang.String localAddress
public java.util.Collection<java.lang.Integer> hdrCompList
public java.util.Collection<java.lang.Integer> msgCompList
public java.lang.String sslCipherSuite
public int sharingConversations