SpinGo / op-rabbit

The Opinionated RabbitMQ Library for Scala and Akka
Other
232 stars 73 forks source link

Allow RabbitControl to be created with existing ConnectionActor #62

Closed kiequoo closed 8 years ago

kiequoo commented 8 years ago

We are gradually converting an app from using akka-rabbitmq to op-rabbit and already have a ConnectionActor instance. This PR allows us to share the instance with op-rabbit.

kiequoo commented 8 years ago

I have no idea why the tests are failing on Scala 2.10.6, pretty sure it's nothing I did

timcharper commented 8 years ago

Thanks for this contribution! I'll look into the failure.