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

Updated RabbitMQ version to one that worked for me and added a tip ab… #3646

Merged
merged 1 commit into from
Oct 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion topics/admin/tutorials/pulsar/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ More information about the rabbitmq ansible role can be found [in the repository
> SelectTypeParameters: CR_CPU_Memory # Allocate individual cores/memory instead of entire node
>
> +# RabbitMQ
> +rabbitmq_version: 3.8.16-1
> +rabbitmq_version: 3.8.35-1
> +rabbitmq_plugins: rabbitmq_management
> +
> +rabbitmq_config:
Expand Down Expand Up @@ -306,6 +306,10 @@ More information about the rabbitmq ansible role can be found [in the repository
> ```
> {: data-commit="Configure RabbitMQ"}
>
> > ### {% icon tip %} RabbitMQ installation errors?
> > RabbitMQ depends on specific Erlang versions. If the Erlang version has been updated, you may need to change the value of `rabbitmq_version:` in the configuration above. [Information on the RabbitMQ Erlag version requirements.](https://www.rabbitmq.com/which-erlang.html)
> {: .tip}
>
> 3. Update the Galaxy playbook to include the *usegalaxy_eu.rabbitmq* role.
>
> {% raw %}
Expand Down