Property Name | Description |
---|---|
queueManager | The name of the Queue Manager. |
clientID | The ID assigned to Managed File Transfer (client). This is used as part of the topic’s subscription ID. |
hostName | Name or IP address of the host MQ server. If specified, this value overrides the value in the host portion of the URL. |
port | The port number of the MQ server. If specified, this value overrides the value in the port portion of the URL. |
transportType | The type of transport (default 1). |
channel | Sets the name of the channel - applies to client transport mode only. |
localAddress | The local address to be used. The format of a local address is [IP address or Host Name][(low-port[,high-port])]. Most MQ servers use 4-5 ports, but if an application is having difficulty making connections, increase the number of ports in the range. A host name can be specified instead of an IP address. Local address examples: 9.20.4.98 - The channel binds to 9.20.4.98 locally. 9.20.4.98(1000) - The channel binds to 9.20.4.98 locally and uses port 1000. 9.20.4.98(1000,2000) - The channel binds to 9.20.4.98 locally and uses a port in the range 1000 to 2000. (1000) - The channel binds to port 1000 locally. (1000,2000) - The channel binds to a port in the range 1000 to 2000 locally. Considerations:
|
maxBufferSize | The maximum number of received messages stored in an internal message buffer (default 1000). |
proxyHostName | The host name of the proxy server when establishing a real-time connection. |
proxyPort | The port number of the proxy server when establishing a real-time connection. |