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 » ESQL for Publishing Messages

Post new topic  Reply to topic
 ESQL for Publishing Messages « View previous topic :: View next topic » 
Author Message
kiran26
PostPosted: Fri Jul 12, 2002 7:36 am    Post subject: ESQL for Publishing Messages Reply with quote

Acolyte

Joined: 06 Feb 2002
Posts: 69

Hi all,

Can any one send me the compute node ESQL used to publish messages.

Thanks
Vishnu
Back to top
View user's profile Send private message
Miriam Kaestner
PostPosted: Wed Jul 17, 2002 5:26 am    Post subject: Reply with quote

Centurion

Joined: 26 Jun 2001
Posts: 103
Location: IBM IT Education Services, Germany

You don't even need Compute node to publish. In the simplest case, just set Defaults/Topic in an MQInput node, and wire a Publication node.

If you need to specify publication options, use ESQL like
SET OutputRoot.MQRFH2.psc.Command = 'Publish';
SET OutputRoot.MQRFH2.psc.Topic =
CASE InputBody."Message".Complaint.Type
WHEN 'Order' THEN 'Complaint/Order'
WHEN 'Delivery' THEN 'Complaint/Delivery'
ELSE 'Complaint/Other' END;

PS Commands are described in WMQI Programming Guide.
Back to top
View user's profile Send private message Send e-mail
udaybho
PostPosted: Wed Jul 17, 2002 7:41 am    Post subject: Reply with quote

Voyager

Joined: 09 May 2002
Posts: 94
Location: Chicago

Refer to this Posting posted initiated by shilpadesai. Though her problem is different

http://www.mqseries.net/phpBB2/viewtopic.php?t=4258

She had shown some ESQL

Hope this helps.

Uday Bhosle
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » ESQL for Publishing Messages
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.