2.2.18.1.2 TxSequenceID

A TxSequenceID is a 64-bit value that identifies a sequence of transactional messages originated from a queue manager. This structure contains two monotonically increasing numeric values.

When comparing ADM elements of type TxSequenceID, the structure is treated as a 64-bit unsigned integer with Ordinal being the low-order bytes and Timestamp being the high-order bytes.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Ordinal

TimeStamp

Ordinal (4 bytes): A 32-bit unsigned integer field. This field has a valid range from 0x00000000 to 0xFFFFFFFF.

TimeStamp (4 bytes): A 32-bit unsigned integer field. This field has a valid range from 0x00000000 to 0xFFFFFFFF.