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 » Q on generating MQMD after an Aggregate Reply node

Post new topic  Reply to topic
 Q on generating MQMD after an Aggregate Reply node « View previous topic :: View next topic » 
Author Message
AlexeiSkate
PostPosted: Wed Jul 24, 2002 7:45 am    Post subject: Q on generating MQMD after an Aggregate Reply node Reply with quote

Centurion

Joined: 10 Apr 2002
Posts: 123

Hi,
I read in the "Developing Solutions in WebSphere MQ Integrator" redbook that the first two lines in the compute node after the Aggregator reply node should be:
SET OutputRoot.MQMD.StructId=MQMD_STRUC_ID;
SET OutputRoot.MQMD.StrucId=MQMD_CURRENT_VERSION;

I put the above set statements in my compute node, and the MQMD generated for my msg is:
(0x1000000)MQMD = (
(0x3000000)StrucId = 'MD '
(0x3000000)Version = 2
(0x3000000)Format = ''
)

Is this enough MQMD information for the above msg to continue processing in the msg flows ? My message does not appear to continue with the rest of the msg flow after it comes out of the Aggregator reply node.

Shouldn't the msg coming out of the Aggregator reply node have a similar MQMD structure to the input msg before it can continue ? I guess I am expecting the out msg to have at least a similar MQMD structure to the input msg like the following:

(0x1000000)MQMD = (
(0x3000000)SourceQueue = 'MELLON_DEPOSITCONFIRMATION'
(0x3000000)Transactional = TRUE
(0x3000000)Encoding = 273
(0x3000000)CodedCharSetId = 819
(0x3000000)Format = 'MQSTR '
(0x3000000)Version = 2
(0x3000000)Report = 0
(0x3000000)MsgType = 8
(0x3000000)Expiry = -1
(0x3000000)Feedback = 0
(0x3000000)Priority = 0
(0x3000000)Persistence = 0
(0x3000000)MsgId = X'414d51204d454c4c4f4e514d202020201ecf3e3d12d00000'
(0x3000000)CorrelId = X'000000000000000000000000000000000000000000000000'
(0x3000000)BackoutCount = 0
(0x3000000)ReplyToQ = ' '
(0x3000000)ReplyToQMgr = 'MELLONQM '
(0x3000000)UserIdentifier = 'userid '
(0x3000000)AccountingToken = X'16010515000000828ba62842c77452235f636b3811000000000000000000000b'
(0x3000000)ApplIdentityData = ' '
(0x3000000)PutApplType = 11
(0x3000000)PutApplName = 'C:\winnt\system32\java.exe '
(0x3000000)PutDate = DATE '2002-07-24'
(0x3000000)PutTime = GMTTIME '16:05:40.600'
(0x3000000)ApplOriginData = ' '
(0x3000000)GroupId = X'000000000000000000000000000000000000000000000000'
(0x3000000)MsgSeqNumber = 1
(0x3000000)Offset = 0
(0x3000000)MsgFlags = 0
(0x3000000)OriginalLength = -1
)



Thanks for any input.

- Alex
Back to top
View user's profile Send private message
devans
PostPosted: Thu Jul 25, 2002 12:02 am    Post subject: Reply with quote

Apprentice

Joined: 18 Mar 2002
Posts: 43

A message doesn't require an MQMD folder to continue through a message flow, but it does need an MQMD folder before you put it to a queue using an MQOutput node or similar.
The "incomplete" header that you see is ok, because the MQMD fields which aren't specified there will be taken from the defaults or the Put Message Options specified on your MQOutput node.
If you want a complete MQMD to work with, you could probably pinch one from one of the folders in your aggregated reply message, e.g.
SET OutputRoot.MQMD = InputRoot.ComIbmAggregateReplyBody.MyFolder.MQMD;
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 » Q on generating MQMD after an Aggregate Reply node
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.