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 » Can we use the 'case statement' in Compute Node?

Post new topic  Reply to topic
 Can we use the 'case statement' in Compute Node? « View previous topic :: View next topic » 
Author Message
chris boehnke
PostPosted: Wed May 09, 2007 11:31 am    Post subject: Can we use the 'case statement' in Compute Node? Reply with quote

Partisan

Joined: 25 Jul 2006
Posts: 369

Hi,
I need 3 routing points.
If MQMD = 'ABC' route to output 1

If MQMD = '123' route to output 2

else route to output 3

Please help me how can we implement the logic for this. Shall I go with the compute node or do you suggest any other node?

Thanks.
Chris
Back to top
View user's profile Send private message
marcin.kasinski
PostPosted: Wed May 09, 2007 11:39 am    Post subject: Re: Can we use the 'case statement' in Compute Node? Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

Have you red docs ?

My simple example:

Code:
CASE MQMD
  WHEN 'ABC' THEN
    ROUTE TO 1;
  WHEN '123' THEN
    ROUTE TO 2;

  ELSE
    ROUTE TO 3;
END CASE;

_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Can we use the 'case statement' in Compute Node?
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.