vert-x3 / vertx-rabbitmq-client

Vert.x RabbitMQ Service
Apache License 2.0
73 stars 64 forks source link

Additional options for basicConsumer #206

Closed ozangunalp closed 1 year ago

ozangunalp commented 1 year ago

Motivation:

Enable more options creating a basic consumer: noLocal, consumerTags, consumerExclusive and consumerArguments.

vietj commented 1 year ago

@ozangunalp I just merged your other PR, can you rebase it against it to have tests passing ?

vietj commented 1 year ago

thank you @ozangunalp