Re: Problem with topic...

2013-01-05 Thread yeshas
Reposting .. as I am not sure of my subscription confirmation. Hi , I am also facing similar problem. I am using ActiveMQ with Spring.I have a spring listener subscribed to a topic. I am using spring 2.5.6 and activeMQ version 5.3.2 . Have you find a solution to this problem ? and can you expl

Re: Problem with topic...

2013-01-05 Thread yeshas
Hi , I am also facing similar problem. I am using ActiveMQ with Spring.I have a spring listener subscribed to a topic. I am using spring 2.5.6 and activeMQ version 5.3.2 . Have you find a solution to this problem ? and can you explain more about the timing issue. -- View this message in context

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