Add a message header.
Message headers can be sent with any message and will be accessible with {@link Message#headers} at the recipient.
Set the codec name.
Set the send timeout.
Set the tracing policy when Vert.x has tracing enabled.
Whether a message should be delivered to local consumers only. Defaults to false
.
This option is effective in clustered mode only and does not apply to reply messages.
Set the codec name.
Whether a message should be delivered to local consumers only. Defaults to false
.
This option is effective in clustered mode only and does not apply to reply messages.
Set the send timeout.
Set the tracing policy when Vert.x has tracing enabled.
Generated using TypeDoc
Delivery options are used to configure message delivery.
Delivery options allow to configure delivery timeout and message codec name, and to provide any headers that you wish to send with the message.