Skip to content
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

RabbitMQ instructions are out of date #3

Open
KarlErickson opened this issue Jul 17, 2020 · 1 comment
Open

RabbitMQ instructions are out of date #3

KarlErickson opened this issue Jul 17, 2020 · 1 comment
Assignees

Comments

@KarlErickson
Copy link

KarlErickson commented Jul 17, 2020

@selvasingh the file create-mongodb-and-rabbitmq.md has these issues:

  • The screenshots are missing; the Markdown refers to files that don't exist.
  • The Azure Marketplace doesn't have an offering for "Bitnami RabbitMQ Stack For Microsoft Azure". Is "RabbitMQ Certified by Bitnami" the correct choice? This appears to be the only Bitnami RabbitMQ VM offering.
  • The instructions for editing /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.config are out of date; the tcp_listeners line is now {tcp_listeners, [5672]},. It's not clear whether the edit needs changing as well.
@joedayz
Copy link

joedayz commented Aug 28, 2020

I used RabbitMQ Certified by Bitnami.

The line 4 original appears like {tcp_listeners, [5672]}, it must to be changed to {tcp_listeners, [{"0.0.0.0", 5672}, {"::1", 5672}]}.

It worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants