JuliaComputing / AMQPClient.jl

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

fix channelmax and framemax negotiations #40

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

While negotiating a connection channelmax and framemax parameters have to be tuned down according to the previous connection tune message from server. Not doing this can result in server aborting the connection.

fixes #37