Re: WARN | Store update waiting on 1 replica(s) to catch up to log position 0

2013-11-17 Thread Raj Khanna
Thanks guys!! I found my problem with the help of Peter, many thanks to him. I had a issue in my amq config. My slave were trying to write in the same dir where master was writing and hence the contention. But I was able to move forward. Thanks! -- View this message in context: http://activemq.

Re: Durable subscription to queue

2013-11-17 Thread Joacim
Hi, I tested composite topic but doesn't work as I would expect it. This will send all publications with topic Vera/# to the queue VERA.EVENTS but the publications isn't published so other subscribers is not possible unless they also is defined with physical queue. ...or have I done it wrong?!