fun QueueOptions(autoAck: Boolean? = null, keepMostRecent: Boolean? = null, maxInternalQueueSize: Int? = null): QueueOptions
A function providing a DSL for building io.vertx.rabbitmq.QueueOptions objects.
Aimed to specify queue consumer settings when calling io.vertx.rabbitmq.RabbitMQClient