cloudamqp / amqp-client.cr

An AMQP 0-9-1 client for Crystal
https://cloudamqp.github.io/amqp-client.cr/
MIT License
69 stars 10 forks source link

Direct Reply-to #10

Closed bararchy closed 4 years ago

bararchy commented 4 years ago

Is there a way to use the following method? https://www.rabbitmq.com/direct-reply-to.html

carlhoerberg commented 4 years ago

yes, as outlined in the article:

There's nothing special that the client has to support.

johanrhodin commented 4 years ago

This will eventually be included as an example as we provide the RabbitMQ-tutorials for this client.

bararchy commented 4 years ago

Thanks @carlhoerberg , @johanrhodin.