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 » MQRFH2 header with blob message.

Post new topic  Reply to topic
 MQRFH2 header with blob message. « View previous topic :: View next topic » 
Author Message
visasimbu
PostPosted: Mon Jun 14, 2010 12:29 am    Post subject: MQRFH2 header with blob message. Reply with quote

Disciple

Joined: 06 Nov 2009
Posts: 171

Hi all,

I have constructed a message with MQMD + MQRFH2 + Message(BLOB) and also I was updated Format properties to 'mrm' like follows.

SET OutputRoot.MQRFH2.(MQRFH2.Field)Format='MRM';

Then i will write it in Queue.

Eventhough my message is not converted into MRM and also when it came out of the compute node this property was reset into none.

Kindly help me out.

Back to top
View user's profile Send private message Send e-mail
Mandeep
PostPosted: Mon Jun 14, 2010 1:53 am    Post subject: Reply with quote

Apprentice

Joined: 03 May 2004
Posts: 33

See if this helps:

SET OutputRoot.Properties.MessageDomain = 'MRM';
SET OutputRoot.Properties.MessageSet = 'Your Message Set ID';
SET OutputRoot.Properties.MessageType = 'Your Message name';
SET OutputRoot.Properties.MessageFormat = 'Your Wire Format';

SET OutputRoot.MQMD.Format = 'MQHRF2 ';

SET OutputRoot.MQRFH2.(MQRFH2.Field)Format = 'MQSTR ';

CREATE LASTCHILD OF OutputRoot DOMAIN 'MRM' PARSE(InputRoot.BLOB.BLOB SET 'Your Message Set ID' TYPE 'Your Message Name' FORMAT 'Your Wire Format');
Back to top
View user's profile Send private message
visasimbu
PostPosted: Mon Jun 14, 2010 3:57 am    Post subject: Reply with quote

Disciple

Joined: 06 Nov 2009
Posts: 171

Hi mandeep,

Thanks for your reply.
I dont want to parse my message to MRM.

When i dont have MQRFH2 header my blob message was automatically converted into MRM when writting into the queue. In the same manner i want to write my blob message as MRM with MQRFH2 header. If i have MQRFH2 header message remains blob in the queue.

When i set format as MRM in the debug mode before going into MQoutput node. It was written as MRM. When i set the same property in the compute node it was reset into the none.

Kindly help me out.
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 » MQRFH2 header with blob message.
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.