Properties

ChannelName

public String ChannelName

{get; set;}

The name of the channel through which the connection is established.

ConnectionName

public String ConnectionName

{get; set;}

The TCP/IP hostname of the machine on which the queue manager resides.

MaxMessageLength

public int MaxMessageLength

{get; set;}

The maximum length of message that can be sent to the queue manager.

ReceiveExits

public String[] ReceiveExits {get; set;}

An array of the receive exit locations being used for the channel.

ReceiveUserDatas

public String[] ReceiveUserDatas (get; set;)

An array of the user data strings associated with each receive exit for the channel.

SecurityExit

public String SecurityExit {get; set;}

The security exit location being used for the channel.

SecurityUserData

public String SecurityUserData

{get; set;}

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.

SendExits

public String[] SendExits {get; set;}

An array of the send exit locations being used for the channel.

SendUserDatas

public String[] SendUserDatas {get; set;}

An array of the user data strings associated with each send exit for the channel.

SSLCipherSpec

public String SSLCipherSpec {get; set;}

The SSL Cipher Specification defined for the channel.

SSLPeerName

public String SSLPeerName

{get; set;}

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.


csqzav0548