You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hello,
I wrote a deployment script to create a RabbitMQ cluster with etcd as the backend. I built it using the open-source tool Kurtosis which helps create test environments. Here is the script if you want to re-use it. I would appreciate feedback or PRs if you see something missing.
Best,
Laurent
Gavin M. Roy
unread,
May 18, 2023, 5:53:33 PM5/18/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I wrote a deployment script to create a RabbitMQ cluster with etcd as the backend. I built it using the open-source tool Kurtosis which helps create test environments. Here is the script if you want to re-use it. I would appreciate feedback or PRs if you see something missing.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hi Gavin. That is the plugin I am using. The script brings up an etcd instance and by default three RabbitMQ nodes as Docker containers on your local machine which can be used for testing. It is configurable.