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
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
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
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