+

Search Tips | Advanced Search

CorrelationIdHex property

Read-write. The CorrelId to be included in the MQPMR of a message when put on a queue.

Every two characters of the string 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 48 valid hexadecimal characters.

Its initial value is "0..0".

Syntax: To get: correlidh$ = MQDistributionListItem. CorrelationIdHex

To set: MQDistributionListItem. CorrelationIdHex = correlidh$