IBM MQ Console: Adding a remote queue manager - CD only
You can use the IBM® MQ Console to administer a queue manager running on a remote system.
Before you begin
- You must prepare the queue manager on the remote system so that it can be administered remotely, see step 1, 2, 3, and 4 of Adding a remote queue manager to the IBM MQ Console by using the command line - LTS only.
- You must also enable remote connections from the IBM MQ Console. For more information, see Configuring remote queue manager connection behavior.
About this task
You use a client connection definition table (CCDT) in JSON format to specify the remote connection details. You can create a JSON CCDT by using a text editor (see step 5 of Adding a remote queue manager to the IBM MQ Console by using the command line - LTS only) or you can create one by using the IBM MQ Console.
Alternatively, you can create the CCDT from the IBM MQ Console by specifying connection details directly as you add the remote queue manager.
You can also connect a remote queue manager to the IBM MQ Console by using the command line for all of the required
tasks (in addition to preparing the remote queue manager and creating a CCDT). See Adding a remote queue manager to the IBM MQ Console by using the command line - LTS only.
Attention: if you
receive the following
messages:
MQWB2026E: The request to connect to the remote queue manager 'rqmgr-qmgr_name' failed with the error message:
'JMSCC0051: The property 'JMS_IBM_MQMD_AccountingToken' should be set using type '[B', not 'java.lang.Object'.'you
are attempting to pass a java.lang.Object to the accounting token, when a java
object type byte[] is expected.