If you are talking about amqp consumers staying in the queue after connection killed i am currently Investigating.
I should have a fix but I don’t have a test. So I would love to see a test reproducing it as I took 4 arduous days trying to reproduce it. I could not so far. On Thu, Oct 19, 2023 at 9:45 AM Shiv Kumar Dixit <shivkumardi...@eurofins.com.invalid> wrote: > Hi Justin, > It is a client issue so I don’t have a readily available reproducer. I can > ask them to provide a sample .Net app which will be able to produce the > issue. > > Best Regards, > Shiv > > -----Original Message----- > From: Clebert Suconic <clebert.suco...@gmail.com> > Sent: Thursday, October 19, 2023 12:44 AM > To: users@activemq.apache.org > Subject: Re: Queue message consumption stopping abruptly till broker is > restarted > > > > CAUTION: EXTERNAL EMAIL - Sent from an email domain that is not formally > trusted by Eurofins. > > Do not click on links or open attachments unless you recognise the sender > and are certain that the content is safe. > > Im currently dealing with a case with reconnects in AMQP. I could find a > possible fix but I could not find a reproducer. If you provide me a > reproducer it would be quite helpful. > > On Tue, Oct 17, 2023 at 12:35 PM Justin Bertram <jbert...@apache.org> > wrote: > > > It appears you're able to reproduce this problem relatively easily. Is > > there any chance you could work up a reproducer you could share? > > > > > > Justin > > > > On Tue, Oct 17, 2023 at 10:00 AM Shiv Kumar Dixit > > <shivkumardi...@eurofins.com.invalid> wrote: > > > > > Hi, > > > Is there any update on this topic? > > > > > > Best Regards, > > > Shiv > > > > > > -----Original Message----- > > > From: Shiv Kumar Dixit <shivkumardi...@eurofins.com.INVALID> > > > Sent: Wednesday, October 11, 2023 10:33 PM > > > To: users@activemq.apache.org > > > Subject: Queue message consumption stopping abruptly till broker is > > > restarted > > > > > > > > > > > > CAUTION: EXTERNAL EMAIL - Sent from an email domain that is not > > > formally trusted by Eurofins. > > > > > > Do not click on links or open attachments unless you recognise the > > > sender and are certain that the content is safe. > > > > > > Hi, > > > > > > One of Artemis broker clients is facing a strange issue where > > > consumer application with 5 concurrent threads stop pulling messages > > > from the > > queue > > > after limited successful message processing. When the consumer > > application > > > first starts, it receives the messages over 5 threads but after > > > sometime the receiving stops even though the > > > connection/session/consumers are > > active > > > on the broker and messages are also available on given queue. > > > > > > They also have a durable topic subscriber. Both queue consumers and > > > topic subscriber are sharing same connection and both of them using > > > message selectors as well with prefetch of 1. > > > > > > Client application restart is also not helping in resuming the queue > > > consumption. In the meanwhile the topic subscriber which also uses > > > same connection as queue consumer works fine. > > > > > > If we restart the broker node, queue consumer resumes again > > > successfully and then stops after some time of successful operations. > > > > > > They are connecting to broker using OpenWire over Apache NMS. > > > > > > What could be possibly wrong and how can we debug further? Any > > > recommendation on connection sharing? > > > Thanks > > > Shiv > > > > > > > > >