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 » MQOutput node problem

Post new topic  Reply to topic
 MQOutput node problem « View previous topic :: View next topic » 
Author Message
nmaddisetti
PostPosted: Fri Feb 25, 2005 12:54 am    Post subject: MQOutput node problem Reply with quote

Centurion

Joined: 06 Oct 2004
Posts: 145

Hi all,
i want to set Reply-to queue manager and Reply-to queue name with out hard coding so
in MQoutput node
i marked the request check box of request property
i have given Reply-to queue manager and Reply-to queue
but those values are not included into MQMD Properties of the message
anything iam missing
thanks
Pullarao
Back to top
View user's profile Send private message
RAJESHRAMAKRISHNAN
PostPosted: Fri Feb 25, 2005 2:58 am    Post subject: Reply with quote

Voyager

Joined: 01 May 2004
Posts: 96

It should work normally. Can you tell how you verfied the MQMD header?

BTW Even this method of yours is hard coding.
Back to top
View user's profile Send private message
dipankar
PostPosted: Fri Feb 25, 2005 3:29 am    Post subject: hi Reply with quote

Disciple

Joined: 03 Feb 2005
Posts: 171

you never change your queuemanager.your only option is to change queue in queuemanager. your queuemanager will be the Qmgr which is used for creating mqseriesbroker.
you have to use MQREPLY node as the output node and in the previous compute node,write the following code-
SET OutputRoot.MQMD.ReplyToQ='the queue name';
Back to top
View user's profile Send private message
malammik
PostPosted: Fri Feb 25, 2005 6:48 am    Post subject: Reply with quote

Partisan

Joined: 27 Jan 2005
Posts: 397
Location: Philadelphia, PA

Does the message end up on the DLQ, have you tried to turn on tracing and see what MQ error code you are getting?
_________________
Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex
Back to top
View user's profile Send private message Visit poster's website AIM Address
nmaddisetti
PostPosted: Fri Feb 25, 2005 10:38 am    Post subject: Reply with quote

Centurion

Joined: 06 Oct 2004
Posts: 145

Hi all

i run that flow with Flow Debug

i dont want to code using ESQL like
SET OutputRoot.MQMD.ReplyToQ='the queue name';
right now iam using above one only

if i comment the above ESQL statement and giving
reply-to queue and reply-to queue manger in
request property
flow is working fine(it is not going to DLQ)
but it is not sending message to reply to queue

thanks
Pullarao
Back to top
View user's profile Send private message
nmaddisetti
PostPosted: Mon Feb 28, 2005 11:15 am    Post subject: Urgent MQOutput node Problem Reply with quote

Centurion

Joined: 06 Oct 2004
Posts: 145

Hi
my problem was not solved
actully message was going to backout requeue which was defined for input queue
plz guide me to solve this problem ASAP
Thanks
Pullarao
Back to top
View user's profile Send private message
malammik
PostPosted: Mon Feb 28, 2005 11:35 am    Post subject: Reply with quote

Partisan

Joined: 27 Jan 2005
Posts: 397
Location: Philadelphia, PA

Does your flow work when you hard code the output queue name in the output node?
_________________
Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex
Back to top
View user's profile Send private message Visit poster's website AIM Address
shalabh1976
PostPosted: Tue Mar 01, 2005 2:29 am    Post subject: Reply with quote

Partisan

Joined: 18 Jul 2002
Posts: 381
Location: Gurgaon, India

If errors are occuring, then can you tell the errors as you see in the event viewer. Also you can catch the errors in the InputExceptionList in the compute node connected to the error terminal.
_________________
Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
malammik
PostPosted: Tue Mar 01, 2005 8:25 am    Post subject: Reply with quote

Partisan

Joined: 27 Jan 2005
Posts: 397
Location: Philadelphia, PA

Alos check out support pack IA96, tutorial # mrm32. It provides a very good example of how to take advantage of Message Broker tracing facilities w/o debugging the flow.
_________________
Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex
Back to top
View user's profile Send private message Visit poster's website AIM Address
nmaddisetti
PostPosted: Tue Mar 01, 2005 10:17 am    Post subject: Reply with quote

Centurion

Joined: 06 Oct 2004
Posts: 145

Thanks to all
now iam getting reply message to specified reply-to queue in MQOutput node request property

my actual flow is
MQInput Node--> Compute Node-->MQOutput Node-->MQGET(CUSTOM Node)

in Compute Node iam specifying reply-to queue in MQMD header from MQOutput Node Jtext Connector will pick the message and places on destination folder then sends a reply message to reply- to queue

my CUSTOM Node will monitor reply-to queue
when Jtext Connector sends reply then MQGET will check Correlation Id of reply message and Message Id of actual message comming to MQGET through the flow if they match then then my flow will go ahead


when iam specifying reply-to queue in MQOutput Node property then

it is writing the message with new message id into MQOut Node queue
and propagating the message in the flow with old message id

iam not able understand why it is generating new message id
and it is not propagating with this new message id in the flow

can anybody help me

regards
Pullarao
Back to top
View user's profile Send private message
Craig B
PostPosted: Tue Mar 01, 2005 10:32 am    Post subject: Reply with quote

Partisan

Joined: 18 Jun 2003
Posts: 316
Location: UK

Hi,

If you have set the Destination Mode to 'reply To Queue' in your MQOuptut node, then whether you get a new Message Id or not is dependent on the Report field in your MQMD.

If your OutputRoot.MQMD.Report field has MQRO_PASS_MSG_ID set in it (or combined in with other MQRO options), then the reply Message will have an MQMD.MsgId that is from your message tree. But if your Report field is not contain this MQRO constant, then a new message id will be generated.

Hope this helps.
_________________
Regards
Craig
Back to top
View user's profile Send private message
nmaddisetti
PostPosted: Tue Mar 01, 2005 10:59 am    Post subject: Reply with quote

Centurion

Joined: 06 Oct 2004
Posts: 145

Hi
Thanks a lot
it is working fine by setting Destination Mode to reply-to queue
regards
Pullarao
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 » MQOutput node problem
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.