Re: Problem with topic...

2013-01-05 Thread yeshas
explain more about the timing issue. -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-topic-tp2363386p4661435.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem with topic...

2013-01-05 Thread yeshas
context: http://activemq.2283324.n4.nabble.com/Problem-with-topic-tp2363386p4661430.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem with topic...

2009-02-05 Thread Bjørn T Johansen
Btw, is there a solution for this without using durable topics? I.e. like having the listener not connect and disconnect all the time? BTJ On Thu, 5 Feb 2009 12:40:19 +0100 Bjørn T Johansen wrote: > Think I found the problem... Seems like there is a timing issue with the > Spring listener (no

Re: Problem with topic...

2009-02-05 Thread Bjørn T Johansen
Think I found the problem... Seems like there is a timing issue with the Spring listener (not sure if it's just Spring or the way JMS works). I thought when listening, I would receive all activity but the listener seem to be connecting and disconnecting all the time, which makes it "loose" some p

Problem with topic...

2009-02-05 Thread Bjørn T Johansen
I have a problem when using topic... I have two listener that listen on the same topic.. But when I post a topic, sometimes both listeners read the topic and sometime only one reads the topic.. This is the configuration of the topic..: and this is the listeners: