AccountingTokenHex property

Read-write. The MQMD AccountingToken - part of the message Identity Context.

Every two characters represent the hexadecimal equivalent of a single ASCII character. For example, the pair of characters "6" and "1" represent the single character "A", the pair of characters "6" and "2" represent the single character "B", and so on.

You must supply 64 valid hexadecimal characters.

Its initial value is "0...0"

Defined in: MQMessage class

Data Type: String of 64 hexadecimal characters representing 32 ASCII characters

Syntax:
To get: actokenh$ = MQMessage.AccountingTokenHex

To set: MQMessage.AccountingTokenHex = actokenh$

Note:
See Message Descriptor properties for a discussion of when use AccountingTokenHex in place of the AccountingToken property.