Closed kiequoo closed 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.
I have no idea why the tests are failing on Scala 2.10.6, pretty sure it's nothing I did
Thanks for this contribution! I'll look into the failure.
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.