IBM MQ Console: Adding a remote queue manager
You can use the IBM® MQ Console to administer a queue manager that is running on a remote system. A remote queue manager can be either a queue manager that is running in a different installation on the same system as the IBM MQ Console, or a queue manager that is running on a different system
About this task
This task covers the steps that are required to prepare the remote queue manager to be administered with the IBM MQ Console. After you complete these steps, you must complete one of the tasks in the what to do next section before the queue manager is ready to be used with the IBM MQ Console.
Note: The steps in this task require you to run MQSC commands:
On AIX®, Linux®, and Windows, you issue MQSC commands from a runmqsc command prompt. See Running MQSC commands interactively under runmqsc and Running MQSC commands from text files under runmqsc. For this task, if
you are running on AIX, Linux, and Windows, open a runmqsc command
prompt that uses QM1:runmqsc QM1
On IBM i, you create a list of commands in a Script file, then run the file by using the STRMQMMQSC command. See Administration using MQSC commands on IBM i.
On z/OS®, MQSC commands can be issued from a number of sources, depending on the command. See Sources from which you can issue MQSC and PCF commands on IBM MQ for z/OS.
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.