suspend fun RabbitMQClient.basicConsumerAwait(queue: String): RabbitMQConsumer
queue -
queue
suspend fun RabbitMQClient.basicConsumerAwait(queue: String, options: QueueOptions): RabbitMQConsumer
Create a consumer with the given options.
queue - the name of a queue
options - options for queue
options