|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
problem with transmit q to trigger channel automatically |
« View previous topic :: View next topic » |
Author |
Message
|
django |
Posted: Thu Dec 30, 2004 6:29 pm Post subject: problem with transmit q to trigger channel automatically |
|
|
Newbie
Joined: 30 Dec 2004 Posts: 4
|
Hi guru's... I have
a) QMB with a local queue and receiver channel to QMB,
And, b) QMA with a remote queue, transmit q, and a sender channel to QMA
When the channel is up, I am getting the messages across. I am testing the trigger q settings on the transmit q to start the channel automatically.
The Transmit q has the trigger option set to ON for FIRST message, the trigger data has the channel name in it.
If I stop the channel and send a message, I expect the transmit q to trigger the channel open. it does not....
What am I doing wrong? Please help... |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Dec 30, 2004 6:49 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You have to use a specific version of the stop command in mqsc:
Code: |
stop chl(mychannel) mode(quiesce) status(inactive) |
The stop channel command without the addition puts the channel is status STOPPED. A channel in status stopped will never restart without intervention (start channel)
Enjoy  |
|
Back to top |
|
 |
django |
Posted: Thu Dec 30, 2004 7:20 pm Post subject: |
|
|
Newbie
Joined: 30 Dec 2004 Posts: 4
|
Thanks fjb_saper.. It did not work for me, I had to start the channel manualy. The transmit q definition is as follows.
INITQ( ) TRIGDATA(GN01.TO.GN02)
QUEUE(GN01XMITQ) CRDATE(2004-12-30)
RETINTVL(999999999) USAGE(XMITQ)
TRIGGER TRIGTYPE(FIRST)
TRIGDPTH(1) TRIGMPRI(0)
QDEPTHHI(80) QDEPTHLO(20)
TYPE(QLOCAL) SCOPE(QMGR)
GN01.to.GN02 is the name of the channel... I would really appreciate suggestions.
Thanks |
|
Back to top |
|
 |
django |
Posted: Thu Dec 30, 2004 7:30 pm Post subject: |
|
|
Newbie
Joined: 30 Dec 2004 Posts: 4
|
My bad... It worked.
Thank you. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|