Send the given message, using the supplied delivery tag when creating the delivery, and registering the given
handler to be called whenever the related delivery is updated due to receiving disposition frames from the peer.
@param tag
the tag to use for the delivery used to send the message
@param message
the message to send
@param onUpdated
handler called when a disposition update is received for the delivery
@return the delivery used to send the message
Send the given message, using the supplied delivery tag when creating the delivery, and registering the given handler to be called whenever the related delivery is updated due to receiving disposition frames from the peer.
@param tag the tag to use for the delivery used to send the message @param message the message to send @param onUpdated handler called when a disposition update is received for the delivery @return the delivery used to send the message