postwait / node-amqp

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

channel.flow support removed in RabbitMQ 3.3 #347

Open cbrandtbuffalo opened 10 years ago

cbrandtbuffalo commented 10 years ago

As noted here: https://www.rabbitmq.com/blog/2014/04/02/breaking-things-with-rabbitmq-3-3/ channel.flow support has been removed. I believe this is causing a failure in test-flow.js because setting active=false is no longer supported. Anyone else seeing this failure?

The test needs a RabbitMQ version check or to be removed and the flow support likely should be deprecated in future versions.