Re: HTTP Access log

2017-12-10 Thread Karlovsky Alexey
If you are Mac or Linux user, I can recommend lnav(1). It's super tool for viewing logs, combine different logs, filtering and etc. 1 http://lnav.org On 19 Oct 2017 2:26 p.m., "davidh" wrote: > We are using ActiveMQ REST API to > publish messages on topi

Re: sometimes java.lang.NullPointerException

2014-10-01 Thread alexey
Tim, The problem is that I can't use debugger. Unfortunately it reproduces very rare and I haven't succeeded to reproduce it in my lab conditions yet, so I have only logs from the field. Anyway, thank you for advice! -- View this message in context: http://activemq.2283324.n4.nabble.com/somet

sometimes java.lang.NullPointerException

2014-09-28 Thread alexey
I'm using activemq 5.9.0 and sometimes get the following exception: INFO | jvm 1| 2014/09/08 13:14:14 | Exception in thread "ActiveMQ BrokerService[ig2-4] Task-15" java.lang.NullPointerException INFO | jvm 1| 2014/09/08 13:14:14 | at org.apache.activemq.openwire.v5.BaseDataStream

Message not sent to consumers after restart

2009-11-26 Thread Alexey Romanchuk
Hello All! I have strange situation with last activemq and broker restart. 1. Sent 1000 messages to queue. There is 10 threads of consumers. 2. Stop listeners, stop broker. Some messages are in queue. 3. Start broker, start listeners. 4. All messages except 10 are processed. 10 messages are sti

Re: Configuring number of retries

2009-11-11 Thread Alexey Romanchuk
//www.nabble.com/Transactions-and-redelivery-td25915300.html > > > > Alexey Romanchuk wrote: >> >> Thanks for reply Gary, it is exactly what I need. Could you also tell me >> where I can specify that failed message should go to the end of queue to >> allow to pro

Re: Configuring number of retries

2009-10-25 Thread Alexey Romanchuk
push this message to the end of queue in case of fail. Thanks a lot! , Gary Tully wrote: > > see some detail @ http://activemq.apache.org/redelivery-policy.html > > > 2009/10/23 Alexey Romanchuk > >> >> Hi, all >> >> Assume you had a queue with

Configuring number of retries

2009-10-23 Thread Alexey Romanchuk
Hi, all Assume you had a queue with 3 messages in it. Consumer use transacted session and try to process first messages. Then he fails and call rollback on transaction. Is there any way to configure number of retries in this case? Thanks! -- View this message in context: http://www.nabble.com