JuliaComputing / AMQPClient.jl

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

connection(...) returns Channel #51

Closed mfalt closed 2 years ago

mfalt commented 2 years ago

I am not sure how this is not caught in the tests but theconnection function returns a MessageChannel, not a Connection (contrary to the docs). Its an easy fix if you want me to create a PR. https://github.com/JuliaComputing/AMQPClient.jl/blob/f596fe4102539cef7c59d7184a230d49022247aa/src/protocol.jl#L582-L676

tanmaykm commented 2 years ago

fixed by #52