Retrieves the attachments record, upon which application items can be set/retrieved.
Closed the AMQP session, i.e. allows the End frame to be emitted.
Sets a handler for when an AMQP End frame is received from the remote peer.
Creates a receiver used to consumer messages from the given node address.
Creates a receiver used to consumer messages from the given node address.
Creates a sender used to send messages to the given node address. If no address (i.e null) is specified then a sender will be established to the 'anonymous relay' and each message must specify its destination address.
Creates a sender used to send messages to the given node address. If no address (i.e null) is specified then a sender will be established to the 'anonymous relay' and each message must specify its destination address.
Tidies up related session resources when complete with use. Call only after the session is finished with, i.e. locally and remotely closed.
Gets the local ErrorCondition object.
Gets the connection this session is on.
Gets the incoming capacity in bytes, used to govern session-level flow control.
Gets the remote ErrorCondition object.
Opens the AMQP session, i.e. allows the Begin frame to be emitted. Typically used after any additional configuration is performed on the object.
Sets a handler for when an AMQP Begin frame is received from the remote peer.
Sets the local ErrorCondition object.
Sets the incoming capacity in bytes, used to govern session-level flow control.
@author <a href="http://tfox.org">Tim Fox</a>