Spring Amqp Caching Connection Factory giving Consumers Canceled Channel Closed Error after migrating from rabbitmq to spring rabbitmq #2726
Replies: 1 comment
-
This is a duplication of StackOverflow question: https://stackoverflow.com/questions/78568904/spring-amqp-caching-connection-factory-giving-consumers-canceled-channel-closed. |
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
-
We are using Spring Amqp Caching connection factory for connection to rabbitmq.We have an application which is producing messages to queue and consumers are attached to get those messages from queue.For some time it works fine but after some time we are getting below errors for all queues.
Once the error starts coming we are unable to send messages and consumes messages from the queue.Consumers are attached to the queues but still not able to process thos e messages. Our application is serving high number of requests and high concurrency environment. We are using default settings of caching connection factory.
Please suggest to resolve this issue.
We have tried with CachingConnectionFactory with default settings for our application.We have migrated from rabbitmq to spring rabbitmq. We are expecting that it should produce and consume messages.
Beta Was this translation helpful? Give feedback.
All reactions