A MessageIdentifier is a 20-byte identifier that uniquely identifies a message from a queue manager.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
QueueManagerGuid (16 bytes) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
Ordinal |
|||||||||||||||||||||||||||||||
QueueManagerGuid (16 bytes): A GUID, as specified in [MS-DTYP] section 2.3.4, that contains the identifier of the sender queue manager. This value MUST be the same for messages originating from the same queue manager.
Ordinal (4 bytes): A 32-bit unsigned integer ordinal value that identifies the message. This value MUST be unique within messages originating from the same queue manager. This field has a valid range from 0x00000000 to 0xFFFFFFFF.