OutOfMemoryError in Activemq

2016-11-07 Thread libo.cai
Hi I have got an OutOfMemoryError when I am using ActiveMQ in my Java program. A singleton class that used to publish huge non-persistent messages to one topic with one connection. However, I got the error as follows: Exception in thread "pool-19-thread-1" java.lang.RuntimeException:

Re: Consuming problem with topics in ActiveMQ 5.14.1 with AMQP Qpid client.

2016-11-07 Thread Patrick Vansevenant
Hi Tim, I have submitted following JIRA bug report : https://issues.apache.org/jira/browse/AMQ-6500 Patrick -- View this message in context: http://activemq.2283324.n4.nabble.com/Consuming-problem-with-topics-in-ActiveMQ-5-14-1-with-AMQP-Qpid-client-tp4718988p4719067.html Sent from the

Re: Problem with UTF-8 encoded characters

2016-11-07 Thread Ajay Jindal
Any update on it, as it is a show stopper for us. Any help shall be appreciated. -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-UTF-8-encoded-characters-tp4718607p4718996.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ leaks file descriptors

2016-11-07 Thread Johan Carlquist
> On 4 Nov 2016, at 18:12, mlange wrote: > > Could it be a (or more) messages staying on a queue, causing the logs not to > be cleared? No, all messages are consumed and nothing is stored on the server. We recived two tips from otherside this list: * Try with the latest JDK *