Automating RabbitMQ Queue and Exchange Configuration in Aspire #7006
-
I have an application that publishes messages to a RabbitMQ queue and exchange. Currently, after setting up RabbitMQ in Aspire, I have to manually create the queue and exchange to make my application work properly. I would like to automate this process. I noticed a similar behavior was discussed here: #4584. I tried to use WithBindMount, but after that, my container wouldn't start at all. Could you please advise on how to preconfigure queues, exchanges, etc., in RabbitMQ? Here's what I tried:
definitions.json
rabbitmq.conf
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Do you know what a working configuration looks like without aspire? |
Beta Was this translation helpful? Give feedback.
Do you know what a working configuration looks like without aspire?