Automating RabbitMQ Queue and Exchange Configuration in Aspire #7006
Unanswered
sharpzilla
asked this question in
Q&A
Replies: 1 comment
-
Do you know what a working configuration looks like without aspire? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions