Setting up BMC AMI Ops Automation for MQ to issue commands to distributed queue managers
To set up
BMC AMI OpsA
to issue commands to a distributed queue manager, you must define the sender and receiver channels, the transmission queue, and both a z/OS and a distributed queue manager alias. Use the following procedure to define a channel, a transmission queue, and queue manager aliases when using TCP as the transmission type.
To define the sender channel at the z/OS queue manager, type:
DEFINE CHANNEL (z/OS-qmgrid.to.distributedqmgrid)+
CHLTYPE(SDR)+
CONNAME (distributed ip address)+
XMITQ (distributed qmgrid.xmitq)+
TRPTYPE(TCP)To define the transmission queue on the z/OS queue manager, type:
DEFINE QLOCAL (distributedqmgrid.xmitq)+
USAGE (XMITQ)To define the receiver channel at the distributed queue manager, type:
DEFINE CHANNEL (z/OSqmgrid.to.distributedqmgrid)+
CHLTYPE(RCVR) +
TRPTYPE(TCP)To define the z/OS queue manager alias name on the distributed queue manager, type:
DEFINE QREMOTE (z/OSqmgrid)+
RQMNAME (z/OSqmgrid)+
XMITQ (z/OSqmgrid.xmitq)To define the distributed queue manager alias name on the z/OS queue manager, type:
DEFINE QREMOTE (distributedqmgrid)+
RQMNAME (distributedqmgrid)+
XMITQ (distributedqmgrid.xmitq)
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*