Replies: 1 comment
-
@rx630 - the fastest way for me to investigate this issue is for you to provide a runnable console application that reproduces this issue. I appreciate you taking the time to describe what is going on but the definitive way is to provide a runnable application, which should be relatively easy in this case. Thanks. |
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
-
Hello,
I use RabbitMQ client v6.8.1 from a docker on a computer A. I connect to the RabbitMQ server 3.11.0 on a computer B.
I have an issue on the following sequence:
I don't understand why there are queues with no consumer on the server side as computer A is disposing and creating new consumers. Also all my queues have the flag "Automatic Delete", I suppose the queues with no consumers on the server side never had consumers because it would have been deleted. But why client created queues with no consumers ? Is it linked to the auto recovering ?
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions