Module: Qpid::Proton::Transfer::State

Included in:
Qpid::Proton::Transfer
Defined in:
lib/core/transfer.rb

Overview

AMQP Delivery States describing the outcome of a message transfer

Constant Summary collapse

ACCEPTED =

Message was successfully processed by the receiver

Cproton::PN_ACCEPTED
REJECTED =

Message rejected as invalid and unprocessable by the receiver.

Cproton::PN_REJECTED
RELEASED =

Message was not (and will not be) processed by the receiver, but may be acceptable if re-delivered to another receiver

Cproton::PN_RELEASED
MODIFIED =

Like RELEASED, but there are modifications (see Qpid::Proton::Tracker#modifications) that must be applied to the message by the Sender before re-delivering it.

Cproton::PN_MODIFIED
RECEIVED =

Partial message data received. Only used during link recovery.

Cproton::PN_RECEIVED