简体   繁体   中英

MQ Explorer: Need to understand the field JMS_IBM_MQMD_ACCOUNTING TOKEN

I am using IBM MQ explorer to browse messages on my remote queues. I need to understand the data that comes in the Accounting Token field when I browse in MQ explorer. I see the below data

00000   1A 0F D5 C4 F7 F1 C3 C8--C9 D5 F1 C5 F8 C6 F0 C1  |..XXXXCHIN1E8F0A|
00010   C5 F0 00 1E 8F 0A E0 00--00 00 00 00 00 00 00 00  |E0.±.\.........|

I am aware that 00000 and 00010 is the line number. The rest is Hex value but I do not understand the value between |XXXXCHIN1E| This value has remote queue manager name.

When I try to retrieve this value in my mule flow I only get byte[] which when I convert to Hex it is the same as above. Can someone please help me understand the value between the ||?

Looks like a user defined one... Read the docs here: http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.ref.dev.doc/q097420_.htm?lang=en

Your 32nd byte seems to be "MQACTT_UNKNOWN"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM