AmqpReceiverOptions.setDynamic

Sets whether the link remote terminus to be used should indicate it is 'dynamic', requesting the peer names it with a dynamic address. <p> The address provided by the peer can then be inspected using the {@link AmqpReceiver#address()} method on the {@link AmqpReceiver} received once opened.

@param dynamic true if the link should request a dynamic terminus address @return the options

class AmqpReceiverOptions
setDynamic
(
bool dynamic
)

Meta