ScalaConsultants / reactive-rabbit

Reactive Streams driver for AMQP protocol. Powered by RabbitMQ library.
Apache License 2.0
184 stars 40 forks source link

Channel qos is not configurable #20

Closed zackangelo closed 8 years ago

zackangelo commented 8 years ago

The QueuePublisher constructor invocation in RabbitConnection.consume(...) does not allow the caller to configure the qos property on the channel (the prefetch argument has a default value of 20 and is not overridden).

Happy to submit a PR, but what do we want the API to look like? Do we want this to be configurable or an argument on .consume(...)?