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 error - in Routing message

Post new topic  Reply to topic
 Destination list error - in Routing message « View previous topic :: View next topic » 
Author Message
vanessa
PostPosted: Thu May 30, 2002 10:37 am    Post subject: Destination list error - in Routing message Reply with quote

Novice

Joined: 24 Jan 2002
Posts: 22

i am trying to route a received message to its destination based on one of the properties in the XML.
if id is 1, message should go on to Q1 and if it is 2, it should go to Q2.
This is my esql :

IF (InputRoot.XML.id = 1) THEN
SET OutputDestinationList.Destination.MQDestinationList.DestinationData[1].queueName = 'Q1';

ELSE
IF (InputRoot.XML.id = 2) THEN
SET OutputDestinationList.Destination.MQDestinationList.DestinationData[1].queueName = 'Q2';

END IF;
END IF;

but i get the error - " Expected a distribution list but one did not exist"
In the advance tab, I set set the Compute Mode to All.
And on output node, in the advance tab, I destination Mode to 'destination list'.

what is wrong in my esql....??
thanx in advance
Back to top
View user's profile Send private message
vanessa
PostPosted: Thu May 30, 2002 11:45 am    Post subject: Reply with quote

Novice

Joined: 24 Jan 2002
Posts: 22

i take back my question .. my incoming xml was not right .. i checked it ...

thanks
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 error - in Routing message
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.