JuliaComputing / AMQPClient.jl

A Julia AMQP (Advanced Message Queuing Protocol) / RabbitMQ Client.
Other
39 stars 21 forks source link

Need server error reporting #23

Closed vsaase closed 3 years ago

vsaase commented 5 years ago

When declaring an exchange as e.g. topic exchange but it already exists on the server as a direct exchange no error is thrown and amqpclient just hangs. In the aio-pika python client there is a helpful error message coming from the server and being reported