Blocked-By: reaktivity/reaktor.java#67
Blocked-By: reaktivity/reaktor.java#68
See AMQP 1.0 specification, section 2.6.7.
The drain flag indicates how the sender SHOULD behave when insufficient messages are available to consume the current link-credit.
If set, the sender will (after sending all available messages) advance the delivery-count as much as possible, consuming all link-credit, and send the flow state to the receiver.
Only the receiver can independently modify this field.
The sender's value is always the last known value indicated by the receiver.
Use case for specification test is Synchronous Get.
Blocked-By: reaktivity/reaktor.java#67
Blocked-By: reaktivity/reaktor.java#68
See AMQP 1.0 specification, section 2.6.7.
The drain flag indicates how the sender SHOULD behave when insufficient messages are available to consume the current link-credit.
If set, the sender will (after sending all available messages) advance the delivery-count as much as possible, consuming all link-credit, and send the flow state to the receiver.
Only the receiver can independently modify this field.
The sender's value is always the last known value indicated by the receiver.
Use case for specification test is Synchronous Get.