Possible to bind an exchange to a queue during container boot/init #609
-
|
Basically I have a command to set up an bind between an exchange and a queue but it's erased every time I have to restart the container, is there any way to include this in the dockerfile or in the configuration. I tried adding the below to the init.sh but it did nothing.
|
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Feb 9, 2023
Replies: 1 comment
-
|
If applications cannot set up their own topology, use boot time definition import instead of modifying image scripts. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lukebakken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If applications cannot set up their own topology, use boot time definition import instead of modifying image scripts.