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 » WebSphere Message Broker (ACE) Support » Route to Dynamic Queue

Post new topic  Reply to topic
 Route to Dynamic Queue « View previous topic :: View next topic » 
Author Message
Nizam
PostPosted: Fri Jun 11, 2004 6:02 am    Post subject: Route to Dynamic Queue Reply with quote

Disciple

Joined: 10 Feb 2004
Posts: 160

Hi,
I am trying to route my reply messages to a dynamic queue which will be created and deleted dynamically.
Is there a way to do this wbimb.
Please tell me where I can find the info and various options available.
Thanks
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Jun 11, 2004 6:12 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Yes.

You set the reply queue on the request message to the dynamic queue.

Then you set the MQOutput node to send to a destination list, and put the reply queue name in the destination list.

Or just use the MQReply node.

Oh, and as to where you can find the info and various options available..

The manuals are an excellent place to start.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Capcop
PostPosted: Tue Jul 27, 2004 12:06 pm    Post subject: Reply with quote

Novice

Joined: 27 Jul 2004
Posts: 17

Hi all,

I feel it, my english is not very perfect

I have the following problem

MQInput ---->Compute------>MQOutPutA
__________________------>MQOutPutB
__________________------>:
__________________------>MQOutPutN

all connected to the node compute

I can say to him to the message that single is talked back in a single queue?

Thanks
_________________
---------------
Capcop IEE
Back to top
View user's profile Send private message MSN Messenger
jefflowrey
PostPosted: Tue Jul 27, 2004 12:26 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

This will put one copy of the message to each queue. In no guaranteed order.

It is inefficient, though.

You should use DestinationList, and create a list of all queues, and then use one MQOutputNode.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Capcop
PostPosted: Tue Jul 27, 2004 12:52 pm    Post subject: Reply with quote

Novice

Joined: 27 Jul 2004
Posts: 17

ok,

but as I create one DestinationList???

where I can obtain information?

thanks
_________________
---------------
Capcop IEE
Back to top
View user's profile Send private message MSN Messenger
kirani
PostPosted: Tue Jul 27, 2004 3:29 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Here is an example,
Code:

  SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].queueName = 'Q1'
  SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].queueManagerName = 'QMgr1';
  SET OutputLocalEnvironment.Destination.MQ.DestinationData[2].queueName = 'Q2'
  SET OutputLocalEnvironment.Destination.MQ.DestinationData[2].queueManagerName = 'QMgr2';
  SET OutputLocalEnvironment.Destination.MQ.DestinationData[3].queueName = 'Q3'
  SET OutputLocalEnvironment.Destination.MQ.DestinationData[3].queueManagerName = 'QMgr3';

_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
Capcop
PostPosted: Wed Jul 28, 2004 5:29 am    Post subject: Reply with quote

Novice

Joined: 27 Jul 2004
Posts: 17

thanks solved the problem
_________________
---------------
Capcop IEE
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Route to Dynamic Queue
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.