Module: Qpid::Proton::Disposition::State
- Extended by:
- ClassMethods
- Included in:
- Qpid::Proton::Disposition, Transfer
- Defined in:
- lib/core/disposition.rb
Overview
States of a message transfer
Defined Under Namespace
Modules: ClassMethods
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 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