AmqpConnection.createDynamicReceiver

Creates a dynamic receiver. The address is provided by the broker and is available in the {@code completionHandler}, using the {@link AmqpReceiver#address()} method. this method is useful for request-reply to generate a unique reply address.

@param completionHandler the completion handler, called when the receiver has been created and opened. @return the connection.

interface AmqpConnection
createDynamicReceiver

Meta