开发者

WebSphere MQ message reader (from file)

开发者 https://www.devze.com 2023-02-21 01:53 出处:网络
I have a message dump (binary file) from the WebSphere MQ Broker. Is there any tool I can use to ope开发者_StackOverflow中文版n it and read message metadata (Message Descriptor, Message Header) i.e. V

I have a message dump (binary file) from the WebSphere MQ Broker. Is there any tool I can use to ope开发者_StackOverflow中文版n it and read message metadata (Message Descriptor, Message Header) i.e. Version, Message ID, Priority, Return Address, etc.

Thanks in advance


That depends. What did you use to dump the messages?

The Q program from SupportPac MA01 will capture a queue to a file in a format that can be used to reload the messages onto the same or another queue. The same is true of SupportPac MO71 (MQMon) and SupportPac IH03 (RFHUtil).

Similarly, there are many 3rd party products that can dump a queue to a file such as InfraRed-360, AppWatch, QPasa! and more.

If you have used one of these products to dump the queue then either the dump format should show you the message metadata or you can restore the messages to a queue and look at it there.

If by "message dump" you mean that you have copied the disk file under the queue, then the answer is no. These files are managed by WMQ and the space is constantly being reused, reindexed and recombined. There is no external documentation on how to parse these files.

If you are referring to the transaction logs then there are no documented formats for these either but Cressida makes a product that parses and replays the log files.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号