Re: nio buffer memory problem

2016-06-07 Thread RuralHunter
I found this article: http://www.evanjones.ca/java-bytebuffer-leak.html I guess 5.10.2 uses 'Heap ByteBuffers' which is backed with unlimited 'temporary Direct ByteBuffer', while 5.13.3 uses 'Direct ByteBuffer' directly? -- View this message in context: http://activemq.2283324.n4.nabble.com/nio

Re: Negative message count and dead messages in queue

2016-06-07 Thread RuralHunter
We only ran 5.13.3 in production for several days and didn't see this issue. But we saw another issue which we didn't see in 5.10.2: Some old data file(2 days ago) is reserved because of some queue. But when I check the queue in admin ui, I didn't see any old message. The new messsages are in and

Re: Broken Documentation for Embedding ActiveMQ

2016-06-07 Thread stephan.praetsch
Thank you. Both EmbeddedExamples work! For the sake of completeness :) ConnectionFactoryConfiguration cfConfig = new ConnectionFactoryConfigurationImpl().setName( "cf").setConnectorNames(connectorNames).setBindings("cf"); and JMSQueueConfiguration queueConfig = n

Priority URI utilization with failover transport

2016-06-07 Thread Arkin Yetis
In the following example from http://activemq.apache.org/failover-transport-reference.html failover:(tcp://local1:61616,tcp://local2:61616,tcp://remote:61616)?randomize=false&priorityBackup=true&priorityURIs=tcp://local1:61616,tcp://local2:61616 Will local1 always be tried before local2 or is the

ActiveMQ with Websphere 6.1 and jdk 1.5

2016-06-07 Thread mail2ram1508
Hi All, Is there any please can you help me to configure ActiveMQ with Websphere 6.1 and jdk 1.5 Thanks, Ram -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-with-Websphere-6-1-and-jdk-1-5-tp4712731.html Sent from the ActiveMQ - User mailing list archive at Na

AMQ 5.9 : Web console read only role/user

2016-06-07 Thread Sanchita
Is there a way to create two different roles 1) Admin users with full access to console 2) Demo users with read only access to console[cant delete/create Queues/Topics. Cant delete/purge messages etc] snippet from current jetty.xml -- View this message in context: http://activemq.2283324.n4.nab

Re: web browser issue when trying to view a messsage.

2016-06-07 Thread vijayvikranth.am
I have also faced the same issue, but this issue seems to be resolved in latest version of active mq, i have used 5.13.3 version, this issue does not come in that. -- View this message in context: http://activemq.2283324.n4.nabble.com/web-browser-issue-when-trying-to-view-a-messsage-tp4682847p4

Re: JMS message flooding

2016-06-07 Thread jane007
Any one encounter this similar problem? Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/JMS-message-flooding-tp4710656p4712712.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Producer slows down when consumer is slow

2016-06-07 Thread xabhi
Hi, Below is my destination policy in which I have disabled producerFlowControl but my producer still slows down (to the rate consumer is able to actually handle). Why does this happen even after disabling producerFlowControl, are these two things not related?? What should i do to avoid this? amq

Re: Negative message count and dead messages in queue

2016-06-07 Thread Tim Bain
This feels very familiar, like there was a bug fixed recently or a mailing list conversion where someone else had the same problem. I've done some quick searching both places and didn't find anything obvious. I keep thinking I'll have some time to do a better search, but it hasn't happened; sorry

Re: AMQ 5.13.2 : Kaha DB logs cleanup issue

2016-06-07 Thread RuralHunter
based on your log, I think it should be passengerride.user.1234567890 which prevents the deletion of #6 -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-5-13-2-Kaha-DB-logs-cleanup-issue-tp4712046p4712707.html Sent from the ActiveMQ - User mailing list archive at Nabbl