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 » Generating multiple output messages

Post new topic  Reply to topic
 Generating multiple output messages « View previous topic :: View next topic » 
Author Message
venkat kurra
PostPosted: Tue Jun 27, 2006 9:01 am    Post subject: Generating multiple output messages Reply with quote

Master

Joined: 18 Oct 2001
Posts: 245
Location: Bloomington , IL

I am using WMB v6. We want to generate more than one output from the initial request(testing only).

HttpInput -->Compute-->out terminal to httprequest & out1 to MQOutput.......-->httpreply

Here is the code in my first compute....

SET OutputRoot = InputRoot;
PROPAGATE DELETE NONE;
SET OutputRoot = InputRoot;
PROPAGATE TO TERMINAL 'Out1' DELETE NONE;


The message processing successfully to the reply node. But it's not logging to outqueue (MQOutPut node connected to out1 terminal of compute).
_________________
Thanks,

Venkat Kurra

IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin
Back to top
View user's profile Send private message Send e-mail
wschutz
PostPosted: Tue Jun 27, 2006 9:34 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Its: 'out1', not 'Out1':

http://www.mqseries.net/phpBB2/viewtopic.php?t=27905&highlight=out1

and why are you recopying the root?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
venkat kurra
PostPosted: Tue Jun 27, 2006 2:47 pm    Post subject: Reply with quote

Master

Joined: 18 Oct 2001
Posts: 245
Location: Bloomington , IL

Thanks for the help.

Initially i copied that code from the following doc,

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ac12370_.htm

It worked for the following two lines,

PROPAGATE DELETE NONE;
PROPAGATE TO TERMINAL 'out1' DELETE NONE;

with RETURN FALSE;
_________________
Thanks,

Venkat Kurra

IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin
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 » Generating multiple output 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.