Skip to content

Commit

Permalink
Merge pull request #3646 from martinwolst/rabbit-vers
Browse files Browse the repository at this point in the history
Updated RabbitMQ version to one that worked for me and added a tip ab…
  • Loading branch information
hexylena authored Oct 6, 2022
2 parents b8e5c69 + de9437b commit 2d32bcd
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 2d32bcd

Please sign in to comment.