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 <b...@havleik.no> wrote: > 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 posts... > Switching to durable topic subscription seems to have solved the problem... > > > BTJ >