postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

negotiate channelMax with the server #350

Closed carlhoerberg closed 9 years ago

carlhoerberg commented 10 years ago

Very important for upcoming RabbitMQ 3.3.5, that will close connections that don't respect the channelMax set by the server.

carlhoerberg commented 10 years ago

3.3.5 is out and without this patch node-amqp cannot connect to rabbitmq server who has set the channel_max property.

ronald05arias commented 9 years ago

This change is very important. Services such as CloudAMQP from Heroku already migrated to the new version and won't let you connect.

carlhoerberg commented 9 years ago

Will a new version be released too soon?

postwait commented 9 years ago

I'll try to get to it next week. I'm traveling this week.

carlhoerberg commented 9 years ago

Ok, thanks!