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 » destination list to multiple queues

Post new topic  Reply to topic
 destination list to multiple queues « View previous topic :: View next topic » 
Author Message
madi
PostPosted: Wed Oct 18, 2006 3:13 pm    Post subject: destination list to multiple queues Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

Hi guys

im pretty sure we can put one message to multiple queues but giving the list of queuenames to the destinationList

this is what it shows just before the output node
Quote:
Message
Properties
MQMD
XMLNS
LocalEnvironment
Destination
MQDestinationList
DestinationData
queueName = QUEUE1
queueName = QUEUE2
Environment
ExceptionList


its putting the message in QUEUE2 but not in QUEUE1

is there anything extra that we have to do for it to put in all the queues??

--madi
Back to top
View user's profile Send private message
vk
PostPosted: Wed Oct 18, 2006 9:16 pm    Post subject: Reply with quote

Partisan

Joined: 20 Sep 2005
Posts: 302
Location: Houston

Can you post the ESQL? Looks like you are doing -

SET OutputLocalEnvironment.Destination.MQDestinationList.DestinationData.queueName[1] = 'QUEUE1';
SET OutputLocalEnvironment.Destination.MQDestinationList.DestinationData.queueName[2] = 'QUEUE2';

Change this to -

SET OutputLocalEnvironment.Destination.MQDestinationList.DestinationData[1].queueName = 'QUEUE1';
SET OutputLocalEnvironment.Destination.MQDestinationList.DestinationData[2].queueName = 'QUEUE1';

Regards,
VK.
Back to top
View user's profile Send private message
madi
PostPosted: Thu Oct 19, 2006 6:35 am    Post subject: Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

yeah thats right ........ but i took the code from the sample in the help !!!

thanks for the help

--madi
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Thu Oct 19, 2006 6:39 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

madi wrote:
yeah thats right ........ but i took the code from the sample in the help !!!

thanks for the help

--madi


There's a "Feedback" button at the bottom of almost every page in the online InfoCenter. You can click it and send feedback to the tech writers if you find things that are wrong.

Your local copy of the Help doesn't have this, and may not be updated as often as the InfoCenter.
_________________
I am *not* the model of the modern major general.
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 » WebSphere Message Broker (ACE) Support » destination list to multiple queues
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.