public interface AckMessage extends QueueEvent
ACK message is sent by the broker to the producer to confirm that it gets PUT message sent by
the producer. ACK message holds unique MessageGUID
assigned by the
broker and CorrelationId
that equals to the corresponding value from
the PutMessage
and allows to identify related PUT message.
Modifier and Type | Method and Description |
---|---|
CorrelationId |
correlationId()
Returns
CorrelationId equals to the user specified correlation ID
from the PutMessage . |
MessageGUID |
messageGUID()
Returns unique
MessageGUID assigned to this message by the broker. |
ResultCodes.AckResult |
status()
Returns the status of this message set by the broker.
|
queue
MessageGUID messageGUID()
MessageGUID
assigned to this message by the broker.CorrelationId correlationId()
CorrelationId
equals to the user specified correlation ID
from the PutMessage
.ResultCodes.AckResult status()
ResultCodes.AckResult
Copyright © 2023 Bloomberg L.P.. All rights reserved.