Replies: 1 comment 2 replies
-
When I first started the service, everything was fine and I was able to print the logs. 2 days later, it reported 'delivery acknowledgement on channel 1 time out' exception, I restarted the service several times and it no longer prints the logs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got a very weird question.I use Spring Cloud Stream and I have a consumer to listen a queue(truck-event-topic.device),when I started my Spring Boot service,the consumer did listen this queue and prefetched one message as follows.But the message didn't go inside my consumer code.It should go inside my consumer code and print a log and execute my business code.Finally,when the time reached 30 minutes,I got the "delivery acknowledgement on channel 1 timed out" exception.
I don't know why this happened .Any chance it has something to do with mirrored queues?
The exception message
The configuration is as follows:
The truck-event-topic.device
This queue prefetch a message
My consumer code
Beta Was this translation helpful? Give feedback.
All reactions