-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookbook 5.6.0 does not work with RabbitMQ 3.1.5 #488
Comments
Testing in my environment indicates that the client application only works when tcp_listen_options is configured with the The ability to configure tcp_listen_options was added way back in RabbitMQ 2.4.0. This cookbook introduced Update: I have confirmed that cookbook 5.5.0 works just fine with RabbitMQ 3.1.5, and that removal of the |
|
Since this cookbook still advertises support for RabbitMQ 3.5.x in the README, I think it would be prudent to do one of two things:
|
The other mode is called
|
I encounter connection errors (Connection reset by peer) when establishing an AMQP session with RabbitMQ 3.1.5 with configuration generated by rabbitmq cookbook 5.6.0. No problems are encountered with rabbitmq cookbook 2.1.3.
This is not a big surprise because RabbitMQ 3.1.5 is an ancient version. I'm only using it because I have to support an equally ancient application that is incompatible with RabbitMQ 3.2.0 and newer.
Until recently I was using rabbitmq cookbook 2.1.3 which generated a very simple configuration file that looks like this.
In contrast, the new rabbitmq cookbook 5.6.0 generates a more verbose configuration file. There's something about this config file that causes trouble with RabbitMQ 3.1.5.
So I'm left with a couple questions:
Ideally I would like to identify exactly where compatibility breaks and mention that in the Changelog for this cookbook.
--
Additional information:
The text was updated successfully, but these errors were encountered: