GroupIdHex property

Read-write. The GroupId to be included in the MQPMR of a message when put on a queue, also the Id to be matched against when getting a message from 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".

Defined in:

MQMessage class

Data Type:

String of 48 hexadecimal characters representing 24 ASCII characters.

Syntax:
To get: groupidh$ = MQMessage.GroupIdHex

To set: MQMessage.GroupIdHex = groupidh$

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