...
Metadata Field | Type | Description |
---|---|---|
MessageSender | int | A globally unique id that identifies the sender of a message. By default, an AEP Engine uses the hash code of the engine name as the sender id. |
MessageSno | long | A monotonically increasing sequence number. Note: The AEP Engine uses the same sequence number space across all the channels on which outbound messages are sent. This means that receivers that only express interest in a subset of channels on which a sender engine publishes messages will not receive consecutive sequence numbers. Therefore, gaps in received sequence numbers cannot be used to determine message loss. The X runtime ensures zero loss via the use of Guaranteed (at-least-once) quality of delivery on the underlying transport coupled with persistence to deliver exactly once delivery to application message handlers. |
...