-
Notifications
You must be signed in to change notification settings - Fork 430
rabbit create queue #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Use the management plugin (please google around) to create them dynamically, or you can also provide a definition file if you have a static setup. All of this information should be very easy to find on the rabbitmq official site. I suggest you start with the "hello world" tutorial. For any further questions about how to use the software, you should rather use sites like stackoverflow.com |
Hello @jonapich , I searched for definition file, didn't find. Do you have an example or a link about it? Thanks you, |
I would guess that's the same file that can be exported through the management plugin (look for export/import buttons at the bottom). I might be wrong though, I never had to use it. |
Ha got it: 1- Create definitions.json (you can export it from management web UI) or:
2- Set filepath in rabbitmq.config:
3- Mount files as volume:
|
When I try to $docker-compose up I see that: |
@sylogex that usually means you've also supplied environment variables to the However, as of #112, the images will auto-detect and load |
hello,how I can create the queue if the rabbitmq don't have?
The text was updated successfully, but these errors were encountered: