Re: javax.jms.IllegalStateException: The Consumer is closed

2018-03-14 Thread Rajesh Malla
Hello, we are facing similar problem Consumer is closed. and we are setting below parameters on DMLC listenerContainer.setIdleConsumerLimit(idleConsumerLimit); listenerContainer.setReceiveTimeout(defaultReceiveTimeout); listenerContainer.setRecoveryInterval(defaultRecoveryInterval); so the cache l

Camel Routing places KahaDB in an unexpected place

2018-03-14 Thread bterhune
We recently switched our activemq (5.15.2) broker to broker routing from using "Network of Brokers" to "Camel Routing" (2.13.0) using Spring XML configuration. In our activemq.xml configuration we specify the location of kahaDB persistence. We notice after our product restarts, camel appears to

VirtualTopic and VirtualTopic Consumer

2018-03-14 Thread alainkr
Hello It look's like that messages sent to VirtualTopic are only forwarded to Consumer when they are actively listening. Is there a way to have this forwarding regardless of the consumer actually listening or not, but just by the fact the the queues exist ? Thanks Alain -- Sent from: http

Re: Unexpected error on journal read at

2018-03-14 Thread Tim Bain
Can you set checkForCorruptJournalFiles to true (ref: http://activemq.apache.org/kahadb.html) and see if the broker can recover gracefully? It's possible that you'd also have to set ignoreMissingJournalFiles to true. If that doesn't work, I'm not aware of any tool to skip corrupted messages or to

Re: access.log analog ?

2018-03-14 Thread Илья Шипицин
5.x (we do not use artemis yet, but having that guide for artemis would be nice) 2018-03-14 17:40 GMT+05:00 Tim Bain : > Is this for 5.x, or for Artemis? > > On Wed, Mar 14, 2018, 2:04 AM Илья Шипицин wrote: > > > Hello, > > > > is there a guide how to configure equivalent of http access log ?

Re: access.log analog ?

2018-03-14 Thread Tim Bain
Is this for 5.x, or for Artemis? On Wed, Mar 14, 2018, 2:04 AM Илья Шипицин wrote: > Hello, > > is there a guide how to configure equivalent of http access log ? > > i.e. structured log with one line per request > > thanks! > Ilya Shipitsin >

RE: Artemis 2.5.0 - Problems with colocated scaledown

2018-03-14 Thread Ilkka Virolainen
Excluding tcp-connectors and leaving invm-connectors to the ha-policy I'm seeing the following behavior after server0 has been shutdown and restarted: Server0 logs in an infinite loop: ... 2018-03-14 11:04:56,976 INFO [org.apache.activemq.artemis.core.server] AMQ221066: Initiating quorum vote:

Re: failed to start ActiveMQ

2018-03-14 Thread norinos
>1. Download the 5.13.1 source code (via a sources JAR or Git). >2. In your debugger, set a breakpoint on the catch block in >DataFileAccessor.readRecord (). >3. Attach a debugger to the broker when starting it (use suspend=y > since >this is occurring during initialization)

access.log analog ?

2018-03-14 Thread Илья Шипицин
Hello, is there a guide how to configure equivalent of http access log ? i.e. structured log with one line per request thanks! Ilya Shipitsin