@return the configured address.
Like {@link #close(Handler)} but returns a {@code Future} of the asynchronous result
Closes the sender.
Gets the connection having created the sender. Cannot be {@code null}
Sends an AMQP message. The destination the configured sender address or the address configured in the message.
Sends an AMQP message and waits for an acknowledgement. The acknowledgement handler is called with an {@link AsyncResult} marked as failed if the message has been rejected or re-routed. If the message has been accepted, the handler is called with a success.
AMQP Sender interface used to send messages.