Home
Transmission queues and triggering channels
Define the following:
- A local queue with the usage of XMITQ for each sending message channel.
- Remote queue definitions.
A remote queue object has three distinct uses, depending upon the way the name and content are specified:
- Remote queue definition
- Queue manager alias definition
- Reply-to queue alias definition
This is shown in Table 1.
Use the TRIGDATA field on the transmission queue to trigger the specified channel. For example:
DEFINE QLOCAL(MYXMITQ) USAGE(XMITQ) TRIGGER + INITQ(SYSTEM.CHANNEL.INITQ) TRIGDATA(MYCHANNEL) DEFINE CHL(MYCHANNEL) CHLTYPE(SDR) TRPTYPE(TCP) + XMITQ(MYXMITQ) CONNAME('9.20.9.30(1555)')The supplied sample CSQ4INYD gives additional examples of the necessary definitions.
Parent topic:
Defining WebSphere MQ objects
ic14770_
Home