fun amqpSenderOptionsOf(autoDrained: Boolean? = null, dynamic: Boolean? = null, linkName: String? = null): AmqpSenderOptions
A function providing a DSL for building io.vertx.amqp.AmqpSenderOptions objects.
Configures the AMQP Receiver.
autoDrained
- Sets whether the link is automatically marked drained after the send queue drain handler callback returns if the receiving peer requested that credit be drained. true by default.
dynamic
- Sets whether the link remote terminus to be used should indicate it is 'dynamic', requesting the peer names it with a dynamic address. The address provided by the peer can then be inspected using the io.vertx.amqp.AmqpSender method on the io.vertx.amqp.AmqpSender received once opened.