Re: Hanging consumers when storeCursor gets to watermark

2014-05-22 Thread jvbrandis
Yarek Tyshchenko wrote > 4. Start one producer on queue "bigQueue" > 5. Start one consumer on queue "smallQueue" > 6. Start one producer sending 4 messages per second to queue "smallQueue" > 7. Wait until queue memory and cursor usage gets to the water mark > 8. Observe that "smallQueue" dequeue co

Messages stuck in queue after queue fills up

2014-05-22 Thread Joakim von Brandis
Hi all! I am struggeling to understand/make sense of a situation in ActiveMQ: * a high-volume producer delivers messages to a queue (several thousand messages per second) * one or several high-volume consumers consume messages from the same queue (CEF in the example below) * as long as the cons

ActiveMQ producer hangs, consumers MessageCountAwaitingAcknowledge increases

2014-05-22 Thread jgogstad
Hi, I got an embedded broker with a producer in the same JVM using the VM-transport. Out of the blue, this producer some times stop with no clues as to why in the log. The symptoms are always the same though * There one external consumer to a topic the producer is sending messages to that got Mes

LevelDB and SecurityException

2014-05-22 Thread nader
Hi I have a secured working system with kahaDB. Everything works, but if I change the kahaDB with levelDB, then I get a SecurityException: java.lang.SecurityException: User theUser is not authorized to read from: topic://myTopic at org.apache.activemq.security.AuthorizationBroker.addCons

Re: KahaDB introspection command-line tool?

2014-05-22 Thread Gary Tully
there has been an open issue for that for some time, I know there was some work done by a colleague on some tooling based on the old amq store reader tool but that needs to be resurrected. Vote up https://issues.apache.org/jira/browse/AMQ-3453 to get it on the immediate radar. On 19 May 2014 21:4

Re: ActiveMQ-CPP MessageNotReadableException

2014-05-22 Thread Timothy Bish
On 05/22/2014 06:03 AM, spam trap wrote: On Thu, 15 May 2014 09:41:04 -0400, Timothy Bish wrote: On 05/07/2014 05:22 AM, spam trap wrote: I need to display the complete message sent from an application in debugging mode. However I get the MessageNotReadableException thrown when trying to acc

Re: ActiveMQ-CPP MessageNotReadableException

2014-05-22 Thread spam trap
On Thu, 15 May 2014 09:41:04 -0400, Timothy Bish wrote: >On 05/07/2014 05:22 AM, spam trap wrote: >> I need to display the complete message sent from an application in >> debugging mode. However I get the MessageNotReadableException thrown >> when trying to access the body. Is there a way of ma