Re: OutOfMemoryError in activeMQ and applcation gets stopped

2020-06-02 Thread Jean-Baptiste Onofre
Hi, What ActiveMQ did you test ? Regards JB > Le 2 juin 2020 à 17:26, sainath a écrit : > > We tried just JMX which made a big difference but it seems that advisories > still had some effect and decided to be safe and disabled both. If someone > is able to read heap dumps we would be more

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2020-06-02 Thread sainath
We tried just JMX which made a big difference but it seems that advisories still had some effect and decided to be safe and disabled both. If someone is able to read heap dumps we would be more than happy to collect them to verify what if any objects are being retained. -- Sent from:

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2020-06-01 Thread Tim Bain
Does disabling one but not both of those things also fix the problem? Or is the problem only eliminated if both are disabled? Tim On Mon, Jun 1, 2020, 7:44 AM sainath wrote: > Hi All, > > We disabled JMX and advisories, this seems to fix the memory issue. > > In the ActiveMQ.xml file we > >

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2020-06-01 Thread sainath
Hi All, We disabled JMX and advisories, this seems to fix the memory issue. In the ActiveMQ.xml file we Added these flags useJmx="false" and advisorySupport="false" eg: http://activemq.apache.org/schema/core; brokerName="localhost" dataDirectory="${activemq.data}" useJmx="false"

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2020-05-18 Thread sainath
We have tried with java Update 181 and it still ran out of memory. Could you please help us to provide some suggestion on this. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: OutOfMemoryError in ActiveMQ

2019-12-19 Thread Tim Bain
You should also describe a few things about the usage pattern. Is there an increasing number of unconsumed messages over time? Do you use a non-trivial number of scheduled messages? And for the heap usage itself, do you see a low staeady state but a sudden spike at the time that the OOM occurs,

Re: OutOfMemoryError in ActiveMQ

2019-12-19 Thread brusdev
Hi, for memory usage, could be useful taking some screenshot of objects in the heap dump with VisualVM [1]: - screenshot/s of objects in the heap dump sorted by count; - screenshot/s of objects in the heap dump sorted by size; Thanks, Domenico [1] https://visualvm.github.io/ -- Sent from:

Re: OutOfMemoryError in ActiveMQ

2019-12-19 Thread Jean-Baptiste Onofré
tabase > > Application is getting issue for every 50+ days i.e. OutOfMemoryError in > activeMQ and application gets stopped. After restarting the AMQ services, it > will resume the transfer. > > > INFO | jvm 1| 2019/09/06 00:56:34 | java.lang.OutOfMemoryError: Java &g

OutOfMemoryError in ActiveMQ

2019-12-19 Thread kyadari
We have application that use ActiveMQ to transfer data from source database to destination Database Application is getting issue for every 50+ days i.e. OutOfMemoryError in activeMQ and application gets stopped. After restarting the AMQ services, it will resume the transfer. INFO

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2019-11-26 Thread Tim Bain
, we have configured the limits on memory usage in the broker settings. > > We also checked the heap dump and found that still 500 MB free space > available. So what could you be the reason for OutOfMemoryError in > activeMQ > > Also we are monitoring the AMQ queues and

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2019-11-26 Thread sainath
Hi All, Yes, we have configured the limits on memory usage in the broker settings. We also checked the heap dump and found that still 500 MB free space available. So what could you be the reason for OutOfMemoryError in activeMQ Also we are monitoring the AMQ queues and there is no pending

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2019-11-25 Thread Tim Bain
v 25, 2019 at 10:38 AM sainath > wrote: > > > 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 > &g

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2019-11-25 Thread Christopher Shannon
/javalangoutofmemory.html On Mon, Nov 25, 2019 at 10:38 AM sainath wrote: > 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

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: OutOfMemoryError in Activemq

2016-11-09 Thread mlange
to determine the problem and possible solutions (e.g. increase the heap size) -- View this message in context: http://activemq.2283324.n4.nabble.com/OutOfMemoryError-in-Activemq-tp4719068p4719117.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

OutOfMemoryError in Activemq

2016-11-07 Thread libo.cai
-Xmx2048m -Xms512m -XX:NewSize=256m -XX:MaxNewSize=512m -XX:PermSize=128m -XX:MaxPermSize=256m Someone who can help me? Many thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/OutOfMemoryError-in-Activemq-tp4719068.html Sent from the ActiveMQ - User mailing li