Skip to content

Can't add plugin to Aspire RabbitMQ host #6968

Answered by davidfowl
jmfenoll asked this question in Q&A
Discussion options

You must be logged in to vote

You changed the entry point to run rabbitmq-plugins instead of running rabbitmq, that's why it quits. What you did directly in docker was interactively run a command in the context of the container. This would be a development scenario only.

We don't have first class support for this yet in the app model. As an alternative, you BindMount a shell script and execute it as the entrypoint and whatever commands you need to as well as the rabbitmq entrypoint.

Alternatively, you can build a custom docker container:

https://stackoverflow.com/a/52819989/45091

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmfenoll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants