An open API service indexing awesome lists of open source software.

https://github.com/quobject/amq.rabbitmq.reply-to.cs

Direct reply-to is a feature that allows RPC (request/reply) clients with a design similar to that demonstrated in tutorial 6 (https://www.rabbitmq.com/direct-reply-to.html) to avoid declaring a response queue per request.
https://github.com/quobject/amq.rabbitmq.reply-to.cs

Last synced: about 1 year ago
JSON representation

Direct reply-to is a feature that allows RPC (request/reply) clients with a design similar to that demonstrated in tutorial 6 (https://www.rabbitmq.com/direct-reply-to.html) to avoid declaring a response queue per request.

Awesome Lists containing this project

README

          

# amq.rabbitmq.reply-to.cs
Direct reply-to is a feature that allows RPC (request/reply) clients with a design similar to that demonstrated in tutorial 6 (https://www.rabbitmq.com/direct-reply-to.html) to avoid declaring a response queue per request.