Home

 

Transmission queues and triggering channels

 

Define the following:

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