Brighter icon indicating copy to clipboard operation
Brighter copied to clipboard

[Feeature] Confirm that we can use the direct reply to feature of RMQ with our point-to-point support

Open iancooper opened this issue 7 years ago • 3 comments

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.

iancooper avatar Mar 07 '18 19:03 iancooper

We implementing fantasy based features?

holytshirt avatar Mar 07 '18 19:03 holytshirt

Touching this as part of the Call() RPC method addition to Brighter's Command Processor

iancooper avatar Jun 06 '18 17:06 iancooper

To clarify, will our implementation of request reply support this: https://www.rabbitmq.com/direct-reply-to.html ?

iancooper avatar Aug 16 '18 13:08 iancooper