java.lang.Object | *- com.ibm.mq.MQChannelDefinition |
The MQChannelDefinition class is used to pass information concerning the connection to the queue manager to the send, receive and security exits.
The name of the channel through which the connection is established.
The TCP/IP hostname of the machine on which the queue manager resides.
The maximum length of message that can be sent to the queue manager.
The name of the queue manager to which the connection is made.
A storage area for the receive exit to use. Information placed here is preserved across invocations of the receive exit, and is also available to the send and security exits.
The password used to establish the connection.
The user id used to establish the connection.
A storage area for the security exit to use. Information placed here is preserved across invocations of the security exit, and is also available to the send and receive exits.
A storage area for the send exit to use. Information placed here is preserved across invocations of the send exit, and is also available to the security and receive exits.
If SSL is used to encrypt data on the wire, this is set to the Distinguished Name presented by the queue manager during connection. If SSL is not used, it is left at null.