ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » problem with transmit q to trigger channel automatically

Post new topic  Reply to topic
 problem with transmit q to trigger channel automatically « View previous topic :: View next topic » 
Author Message
django
PostPosted: Thu Dec 30, 2004 6:29 pm    Post subject: problem with transmit q to trigger channel automatically Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Thu Dec 30, 2004 6:49 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
django
PostPosted: Thu Dec 30, 2004 7:20 pm    Post subject: Reply with quote

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
View user's profile Send private message
django
PostPosted: Thu Dec 30, 2004 7:30 pm    Post subject: Reply with quote

Newbie

Joined: 30 Dec 2004
Posts: 4

My bad... It worked.

Thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » problem with transmit q to trigger channel automatically
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.