documentation says
Activity reports are standard WebSphere MQ report messages containing a message descriptor and message data. Activity reports are PCF messages generated by applications that have performed an activity on behalf of a message as it has been routed through a queue manager network.
In the same line Activity report is considered as standard report message and also PCF message. Confusing ...
I was able to read activity report and get header information using
and then got header information by message.
So that means activity report is a normal message since I the code didnt threw any exception.
However for statement
Code:
PCFMessage pcf = new PCFMessage (message);
I got QJE001: Completion Code 2, Reason 3001: MQRCCF_CFH_TYPE_ERROR
that means atleast PCFMessage is not the way to parse it..
Now considering the activity report is a normal MQMessage then getting to its data section is trickier...
documentation says activity data has 2 parts-
1. Embedded PCF Header MQEPH and
2. Activity Report Message Data itself - this inturn has MQMD and Embedded MQMD.
I am not able to get any clear documentation for parsing these... or any guide on parsing the information....
it will be helpful if anyone can provide sample code or guide or link to some clue towards this... even anything which can help me understanding parsing of data....
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