Accept the given delivery by applying Accepted disposition state, and optionally settling.
Create an ErrorCondition with the given error condition value and error description string.
Create an ErrorCondition with the given error condition value (which will be converted to the required Symbol type) and error description string.
Creates a bare Message object.
Creates a Message object with the given String contained as an AmqpValue body.
Creates a Message object with the given String contained as an AmqpValue body, and the 'to' address set as given.
Modify the given delivery by applying Modified disposition state, with deliveryFailed and underliverableHere flags as given, and optionally settling.
Reject the given delivery by applying Rejected disposition state, and optionally settling.
Release the given delivery by applying Released disposition state, and optionally settling.
Creates a byte[] for use as a delivery tag by UTF-8 converting the given string.
@author <a href="http://hiramchirino.com">Hiram Chirino</a>