Re: Broker has pending messages but consumer is unable to consume

2021-06-03 Thread Sangeeth Mukundan
Hi, * I was not able to check the broker logs during the crash, its gone now. But there was no connection error shown in the application. As this happens occasionally I am not able to recreate it * I restarted the application so this resulted in new consumers, still it was not working. (Ex

Re: Broker has pending messages but consumer is unable to consume

2021-06-03 Thread Jean-Baptiste Onofre
Hi, Do you have any message in the broker log ? If you start a new consumer, is it able to consume ? Is it with ActiveMQ or Artemis ? Regards JB > Le 4 juin 2021 à 07:30, Sangeeth Mukundan > a écrit : > > Hi, > I have pending messages in a queue and it is not being consumed by the > consume

Broker has pending messages but consumer is unable to consume

2021-06-03 Thread Sangeeth Mukundan
Hi, I have pending messages in a queue and it is not being consumed by the consumers. This situation happens rarely and sometimes it automatically starts consuming after 15-30 mins. It didn't change even after restarting the consumer Nodejs Server Once this case happened in production and messages

Unable to recover data after activemq upgrade

2021-06-03 Thread Lipika Rout
Hello, We are using activemq embedded with Tomcat v9.0.26. Recently we upgraded activemq jar from v5.3.0 to 5.16.0 without realizing that messages stopped processing for a month in one of the nodes. We are trying to recover data from 2 journal log files. Usually this happens automatically after re

Re: Unable to receive multicast messages

2021-06-03 Thread Justin Bertram
System.currentTimeMillis() to your duration and that should work. Justin [1] https://github.com/io7m/activemq-20210603/blob/7a784f481781c6323a01bd498eb85f57d43dc098/src/main/java/com/io7m/mq/Writer.java#L55 On Thu, Jun 3, 2021 at 6:03 AM Mark Raynsford wrote: > Hello! > > I've been usi

Re: Unable to receive multicast messages

2021-06-03 Thread Mark Raynsford
On 2021-06-03T11:03:02 + Mark Raynsford wrote: > I've tried setting the routing type to MULTICAST on individual > addresses, but this made no difference. That was supposed to say "on individual messages". -- Mark Raynsford | https://www.io7m.com pgpBbGj_HCMTV.pgp Description: OpenPGP dig

Re: Artemis redistribution does not work

2021-06-03 Thread Thai Le
I'll work on that. The maven plugin is very interesting. Thai On Wed, Jun 2, 2021 at 10:12 PM Justin Bertram wrote: > Could you also provide the steps you followed to reproduce the issue? It's > important to not only have the code & configuration resources but the exact > procedure you followed

Unable to receive multicast messages

2021-06-03 Thread Mark Raynsford
nfortunately, I can't seem to get the consumers to receive any messages. Here's the code I'm using: https://github.com/io7m/activemq-20210603/tree/master/src/main/java/com/io7m/mq The writer writes messages to the "info.arc7.unrestricted.base" address. I've tried settin