Expiration of all messages in queue does not trigger autodelete

2018-11-08 Thread pholik1
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

Re: Invalid MQTT Publish Behavior

2018-11-08 Thread Tim Bain
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

Re: Consume rate drops dracstically with message process latency, even with many consumers per queue.

2018-11-08 Thread Tim Bain
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