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.
- Host: GitHub
- URL: https://github.com/quobject/amq.rabbitmq.reply-to.cs
- Owner: Quobject
- License: mit
- Created: 2018-07-28T07:35:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T21:47:55.000Z (over 7 years ago)
- Last Synced: 2025-01-22T22:11:13.729Z (about 1 year ago)
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.