Brighter
Brighter copied to clipboard
[Feeature] Confirm that we can use the direct reply to feature of RMQ with our point-to-point support
We support request-reply messaging, and RMQ has some optimizations for queues doing this. It's not a datatype channel, as per our other queue, but an optimization for chatty, occasionally disconnected clients. We should support it nonetheless.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
We implementing fantasy based features?
Touching this as part of the Call() RPC method addition to Brighter's Command Processor
To clarify, will our implementation of request reply support this: https://www.rabbitmq.com/direct-reply-to.html ?