sstone / amqp-client

[THIS PROJECT HAS BEEN ARCHIVED AND IS NO LONGER MAINTAINED] Simple fault-tolerant AMQP client written in Scala and based on Akka and the RabbitMQ java client
MIT License
161 stars 88 forks source link

Addition of global quality of service setting to channel params. #70

Closed papaver closed 8 years ago

papaver commented 8 years ago

Updated channel parameters to support passing in of global when the channel is created to allow setting quality of service per channel instead of per consumer.

Also updated build.sbt to match the maven pom.xml file.