Re: [Artemis 2.6.0] Messages stuck in queue infinitely

2018-06-06 Thread Justin Bertram
The logic for detecting and dealing with slow consumers is in org.apache.activemq.artemis.core.server.impl.QueueImpl.SlowConsumerReaperRunnable [1]. Right now it doesn't deal with the use-case you've described. Contributions are always welcome. Justin [1] https://github.com/apache/activemq-arte

Re: [Artemis 2.6.0] Messages stuck in queue infinitely

2018-05-28 Thread Egiptman
I have a project working on ActiveMQ. And I plan to migrate it to Artemis. Therefore, on the test environment, I installed Artemis and get a situation where the messages in one or the other queue "hang." This happens two to three times a day in a random order and requires manual actions. In this re

Re: [Artemis 2.6.0] Messages stuck in queue infinitely

2018-05-25 Thread Justin Bertram
Are messages being added to the queue at a rate of 10 per second? If not, the algorithm will take that into account and it won't close consumers because in situations like that every consumer would be disconnected with message production slows down which is generally not desirable. Also, consumer