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

Save sender in request log while disconnected #90

Open dontgitit opened 6 years ago

dontgitit commented 6 years ago

This allows the original sender to receive back the reply, rather than the actor that connected. Otherwise, things like the ask pattern won't work while disconnected (because the reply goes somewhere else).

dontgitit commented 6 years ago

Could you take a look @sstone ? Is this PR reasonable?