Skip to content
Discussion options

You must be logged in to vote

The configuration you have provided, that begins with {rabbit, [, is in Erlang term format, and goes into the advanced.config file.

In general, the documentation refers to the ini-style configuration that should be in the rabbitmq.conf file. You should be able to provide all of your Consul configuration in that file and not use the Erlang term format configuration.

https://www.rabbitmq.com/cluster-formation.html#peer-discovery-consul

So, in your /etc/rabbitmq/rabbitmq.conf file, have the following contents:

cluster_formation.peer_discovery_backend = consul

cluster_formation.consul.host = consul.eng.example.local
cluster_formation.consul.acl_token = acl-token-value
cluster_formation.consu…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@tj90241
Comment options

@lukebakken
Comment options

Answer selected by tj90241
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6753 on December 22, 2022 21:00.