Replies: 1 comment
-
@MrRohwei that's a question for a Spring AMQP discussion forum. Spring AMQP enables connection recovery and even had its own version a bit before the Java client had it. But without an executable way to reproduce no one can tell you what the expected behavior should be. |
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
-
Describe the bug
In my project, I have integrated rabbitmq using springboot. After deploying to the production environment, due to server upgrades in the production environment, there were no consumers under the queue, requiring me to restart my application service (During startup, it queries the queue names from the database via the CommandLineRunner#run method, dynamically creates queues using RabbitAdmin, and then adds them to the container via SimpleMessageListenerContainer#addQueues()). From what I understand, SimpleMessageListenerContainer should automatically manage the consumers for me, right?
Reproduction steps
Upgraded the server during normal use
Expected behavior
I hope the experts can help answer this.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions