Re: OutOfMemoryError in activeMQ and applcation gets stopped

2019-11-25 Thread Tim Bain
Are your consumers keeping up with your producers? One easy way to run out of memory is to produce messages faster than you consume them. Tim On Mon, Nov 25, 2019, 11:16 AM Christopher Shannon < christopher.l.shan...@gmail.com> wrote: > Have you configured limits on memory usage in the broker

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2019-11-25 Thread Christopher Shannon
Have you configured limits on memory usage in the broker settings? You need to look at a heap dump and see exactly where the memory is being used (if it's messages on a destination, in prefetch etc). Some general info about OOM and how to prevent it:

OutOfMemoryError in activeMQ and applcation gets stopped

2019-11-25 Thread sainath
We have LiveTransfer application that use ActiveMQ to transfer data from Production database to operational Database Application is getting issue for every 50+ days i.e. OutOfMemoryError in activeMQ and LT gets stopped. After restarting the AMQ services, it will resume the transfer. INFO |

Re: offline Durable Topic Subscribers issue in activemq 5.15.8

2019-11-25 Thread Jean-Baptiste Onofré
Hi, honestly, I don't understand the problem, and I'm not able to reproduce with simple Camel routes (running in Karaf). Regards JB On 25/11/2019 14:05, Ashish Vaishno wrote: > Hello JB, > > I have not set offlineDurableSubscriberTaskSchedule or > offlineDurableSubscriberTimeout explicitly in

Re: offline Durable Topic Subscribers issue in activemq 5.15.8

2019-11-25 Thread Ashish Vaishno
Hello JB, I have not set offlineDurableSubscriberTaskSchedule or offlineDurableSubscriberTimeout explicitly in my activemq.xml file. Regards Ashish -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: offline Durable Topic Subscribers issue in activemq 5.15.8

2019-11-25 Thread Jean-Baptiste Onofré
Hi What kind of component is frontend-standard ? Is it a extend you did ? Regards JB On 25/11/2019 09:57, Ashish Vaishno wrote: > Hello Tim, > > Sorry for the confusion. In my setup there are a lot of brokers which have a > similar config. WRT to hello/world example that i refered, the config

Re: JMSException: Timer already cancelled.

2019-11-25 Thread Jean-Baptiste Onofré
Hi Chris, Not yet started, it's on my TODO for today. Sorry for the delay. Regards JB On 25/11/2019 10:11, cmathrusse wrote: > Hey JB, > > Just checking in to see if you have been able to reproduce or if you have > found the cause of the issue. > > Thanks for your assistance. > Chris > > >

Re: offline Durable Topic Subscribers issue in activemq 5.15.8

2019-11-25 Thread Jean-Baptiste Onofré
By the way, in activemq.xml, in the broker settings, do you have offlineDurableSubscriberTimeout and offlineDurableSubscriberTaskSchedule defined or do you use the default ? Regards JB On 25/11/2019 09:57, Ashish Vaishno wrote: > Hello Tim, > > Sorry for the confusion. In my setup there are a

Re: JMSException: Timer already cancelled.

2019-11-25 Thread cmathrusse
Hey JB, Just checking in to see if you have been able to reproduce or if you have found the cause of the issue. Thanks for your assistance. Chris -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: offline Durable Topic Subscribers issue in activemq 5.15.8

2019-11-25 Thread Ashish Vaishno
Hello Tim, Sorry for the confusion. In my setup there are a lot of brokers which have a similar config. WRT to hello/world example that i refered, the config would look like broker-1 : broker-2: broker-3: ... Regards Ashish --