@jc:TCPSettings
Specifies the TCP connection settings for the MQSeries control.
Syntax
@jc:TCPSettings
[host="host name"]
[port="port number"]
[channel="server connection channel name"]
[ccsid="Coded Character Set Id"]
[user="User name"]
[password="Password"]
[sendExit="Send Exit class name"]
[receiveExit="Receive Exit class name"]
[securityExit="Security Exit class name"]
Attributes
These attributes determine the TCP connection settings while connecting to the queue manager using the TCP connection mode.
host
This represents the host name of the machine where the queue manager is running.
port
This represents the port number of the queue manager.
channel
This represents the server connection channel of the queue manager through which the connection is to be obtained.
ccsid
This represents the Coded Character Set Id to be used while connecting to the queue manager.
user
This represents the user who is connecting to the queue manager.
password
This represents the password of the user connecting to the queue manager.
sendExit
This represents the fully qualified name of the class implementing the MQSeries MQSendExit interface.
receiveExit
This represents the fully qualified name of the class implementing the MQSeries MQReceiveExit interface.
securityExit
This represents the fully qualified name of the class implementing the MQSeries MQSecurityExit interface.