Describe the bug
I'm filing this for visibility.
This should be addressed by #14127.
#14143 is also somewhat relevant.
Reproduction steps
- Upgrade to a
4.1.x version up to 4.1.1
- Declare a quorum queue
- Start a client that would consume from said quorum queue
- Add meaningful load (say, a few thousands of messages per second) to that queue so that it uses multiple segment files
- Add more consuming channels
- Delete the queue but keep the channels around
Expected behavior
The file handles opened by the consuming channels/sessions are closed.
Additional context
No response