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 » MQMD Reporting flag.

Post new topic  Reply to topic
 MQMD Reporting flag. « View previous topic :: View next topic » 
Author Message
venky
PostPosted: Fri Apr 23, 2004 6:48 am    Post subject: MQMD Reporting flag. Reply with quote

Master

Joined: 08 Jul 2003
Posts: 205

Hello All,

I need to set the MQMD Report field in the outgoing message such that,
when the receiving app receives the message it should be able to send a COA - Confirmation of arrival ( with data and Exception )

Should I set it to MQMD_REQUEST ??

Pls help
Venky
--
Back to top
View user's profile Send private message
TonyD
PostPosted: Fri Apr 23, 2004 4:47 pm    Post subject: Reply with quote

Knight

Joined: 15 May 2001
Posts: 540
Location: New Zealand

Check the MQRO_ options in Appendix B of the Application Programming Reference.
Back to top
View user's profile Send private message Send e-mail
kirani
PostPosted: Sat Apr 24, 2004 5:47 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

You need to set this in MQMD.Report field.
I think you should use MQRO_COA and MQRO_EXCEPTION_WITH_DATA in your report option.
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
venky
PostPosted: Mon Apr 26, 2004 1:32 pm    Post subject: Reply with quote

Master

Joined: 08 Jul 2003
Posts: 205

Hi all,

Thanks for your replies........

I tried the same, thats setting
SET MQMD.Report = 'MQRO_EXCEPTION_WITH_DATA ';

but looks like the Report field doesn't take String, so
MQRO_EXCEPTION_WITH_DATA should be corresponding to a integer
value, if any one could help me with the details.

Thanks,
Venky
--
Back to top
View user's profile Send private message
TonyD
PostPosted: Mon Apr 26, 2004 2:45 pm    Post subject: Reply with quote

Knight

Joined: 15 May 2001
Posts: 540
Location: New Zealand

Remove the quotes:
Code:
SET OutputRoot.MQMD.Report = MQRO_EXCEPTION_WITH_DATA;
Back to top
View user's profile Send private message Send e-mail
venky
PostPosted: Wed Apr 28, 2004 11:53 am    Post subject: Reply with quote

Master

Joined: 08 Jul 2003
Posts: 205

Thank you very much.
Iam trying out this code now.

Thanks,
Venky
--
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 » MQMD Reporting flag.
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.