How to connect to multiple Server Channel on the same Queue Manager for TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ.
book
Article ID: KB0094036
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for IBM MQ
-
Not Applicable
-
Description
Description: Queue managers can use multiple server channels if needed, for example, to support TLS and plain connections.
Resolution
To manage multiple Server Channel on the same Queue Manager is to use a client connection definition table. The procedure is as following.
1). On the MQ Server, create two server channels. One is configured for TLS and the the other is not.
2). For each server channel, create a client connection channel using the same names that were used for the server channels. For the client connections you must specify the correct Queue Manager name.
3). Once you have created the client connections, the AMQCLCHL.TAB will be created in C:\Program Files (x86)\IBM\WebSphere MQ\Qmgrs\QMCCT\@ipcc, or something similar.
4). Copy AMQCLCHL.TAB to the location referenced in your BWMQ connection information.
It should be possible to connect using either TLS or a plain non-TLS enabled connection using the same queue manager, host and user name. Note that you must use an unique port for each channel.
Issue/Introduction
How to connect to multiple Server Channel on the same Queue Manager for TIBCO ActiveMatrix BusinessWorks Plug-in for WebSphere MQ.