Author |
Message
|
mqwbi |
Posted: Thu Jan 08, 2009 10:05 am Post subject: Transmission queue should be set to trigger sender channel |
|
|
Novice
Joined: 15 Dec 2008 Posts: 24
|
Hi Experts!!
I have two queue managers Q1 and Q2. I want the queue managers to communicate with each other. I have created sender-receiver, transmission channels on both of the queue managers.
Now Q1 and Q2 can communicate. I have a different requirement now. The transmission queue in each queue managers should be set to trigger the sender channel of the queue manager. How can i achieve this?
Can you help pls?
Thank You |
|
Back to top |
|
 |
belchman |
Posted: Thu Jan 08, 2009 10:13 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
On the xmit queue, put the name of the channel to be started in the Trigger Data attribute and 'SYSTEM.CHANNEL.INITQ' in the initiation queue attribute _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
jeevan |
Posted: Thu Jan 08, 2009 10:24 am Post subject: Re: Transmission queue should be set to trigger sender chann |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
|
Back to top |
|
 |
Vitor |
Posted: Thu Jan 08, 2009 10:58 am Post subject: Re: Transmission queue should be set to trigger sender chann |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
If you're going to post links to IBM documentation, link to the official IBM site not some mirror of dubious nature. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
masteringmq |
Posted: Fri Jan 09, 2009 6:37 am Post subject: |
|
|
Master
Joined: 20 Oct 2008 Posts: 200
|
Issue the following MQSC command:
DEFINE QL(<TransmissionQueueName>) USAGE(XMITQ) TRIGGER TRIGTYPE(FIRST) TRIGDATA(<SenderChannelName>) |
|
Back to top |
|
 |
|