Hello,
when there is autocreated queue with messages and theese messages expires,
the queue is left abandoned on server until somebody connects to it and
disconects - it triggers QueueManagerImpl.run() which destroys the queue. In
my opinion there should be some code for check if queue is eligble
Can you please submit a bug for this in JIRA?
Thanks,
Tim
On Wed, Nov 7, 2018, 11:38 AM crux Sorry to reply to my own post. As I was doing more digging. I narrowed it
> down to the fact that this will only occur when then transport subscription
> strategy is set to mqtt-virtual-topic-subscriptio
My guess is that this is because messages are sitting in the prefetch
buffer of consumers while they are being slow to consume their current
message, making those messages unavailable for other consumers who might be
idle.
If you change your consumers' prefetch size to 0, do you get the expected
t