Re: view message transactionId from console

2014-09-11 Thread Tim Bain
Were those the actual commands you used? All of them have the typo "transactonID" instead of "transactionID". I can't say that this approach would work with the typo corrected, but it's certainly not going to work with the typo. I've never used the command-line browser, so if it's not the right

view message transactionId from console

2014-09-11 Thread nstoyanov
Is there a way to view the trasnactionId of messages in a queue from the console? I am using activeMQ 5.10.0. I can view all other headers with the "activemq-admin browse" command either with the -Vheader option or the --view option. Here is what I tried so far: activemq-admin browse --amqurl tcp

Re: JMS Exception in dlqDeliveryFailureCause

2014-09-11 Thread Gary Tully
I think what you are seeing is something that was resolved in the past week - have a read of https://issues.apache.org/jira/browse/AMQ-5279 On 10 September 2014 18:38, sumit.wattal wrote: > Lately we are seeing lot of messages getting into the DLQ in our ActiveMQ > installation. We have a system

Re: Apollo: Frozen consumer with StompJMS

2014-09-11 Thread All JN
Ok no more problem. It was a dependency problem. 2014-09-11 14:59 GMT+02:00 All JN : > Hi, > > I have written a producer and a consumer using StompJMS. > I produce 100 messages. Then i try to consume these messages. > My consumer is frozen after a few seconds. This does not occur with > OpenW

Re: Apollo: Frozen consumer with StompJMS

2014-09-11 Thread Timothy Bish
On 09/11/2014 08:59 AM, All JN wrote: Hi, I have written a producer and a consumer using StompJMS. I produce 100 messages. Then i try to consume these messages. My consumer is frozen after a few seconds. This does not occur with OpenWire client and Gozirra client (Stomp). But this same test

Apollo: Frozen consumer with StompJMS

2014-09-11 Thread All JN
Hi, I have written a producer and a consumer using StompJMS. I produce 100 messages. Then i try to consume these messages. My consumer is frozen after a few seconds. This does not occur with OpenWire client and Gozirra client (Stomp). But this same test works correctly with ActiveMQ broker. An

Re: Is it possible to add a property to a message prior to rollback?

2014-09-11 Thread Marc Boorshtein
Ah. Ok, that makes sense. Is that the standard way to handle exceptions with JMS? Or is it vendor dependent? Thanks Marc On Sep 11, 2014 6:38 AM, "Gary Tully" wrote: > see > https://github.com/apache/activemq/blob/d54e0d6ab590b6a6148a5e2629c45b95d3f40eb8/activemq-unit-tests/src/test/java/org/ap

JMX and AMQ 5.10

2014-09-11 Thread Jose MarĂ­a Zaragoza
Hi: I'm using AMQ 5.10 ( default settings ) and I'm trying to extract statistics by JMX commands I've only defined (in activemq.xml) And if I run > telnet localhost 1616 , I can connect to that port But if I try to run a JMX query by cmdline-jmxclient java -jar cmdline-jmxc

AMQ 5.10 Replication LevelDB 2 nodes

2014-09-11 Thread James Black
Hi, we are looking to move to using LevelDB replication after having performance problems with KahaDb and replication. This is on servers running Windows. Is replicated leveldb supported or recommended on Windows? We will only have 2 nodes to run ActiveMq on, one for the master and one for the

Re: ActiveMQ 5.8.0: java.io.EOFException: Chunk stream does not exist, page: 19 is marked free

2014-09-11 Thread Gary Tully
thanks for sharing this info Paul :-) On 10 September 2014 17:33, Paul Gale wrote: > All of the following is assuming you're using Linux. I'm using RHEL 6.3 to > mount an NFSv3 based device using autofs. > > I should have added that the issue for me was that I had specified the > wrong block size

Re: Is it possible to add a property to a message prior to rollback?

2014-09-11 Thread Gary Tully
see https://github.com/apache/activemq/blob/d54e0d6ab590b6a6148a5e2629c45b95d3f40eb8/activemq-unit-tests/src/test/java/org/apache/activemq/MessageListenerRedeliveryTest.java#L317 an exception thrown from on message will force a rollback. There is an internal try catch around the up call to onMess

Re: what is the root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-11 Thread venkatesh
Hi Filippo, Thanks for your response.. Can you please let me know how to increase tcp/ip connections? we are using OS windows 2008 server Thanks, Venkatesh -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-Root-cause-and-how-to-resolve-the-error-i-e-javax-jm