Re: retroactive consumer still dropping msgs...

2008-04-03 Thread ttmdev
received #795 msg text='sent msg #4997' >> >> received #796 msg text='sent msg #4998' >> >> received #797 msg text='sent msg #4999' >> >> Any ideas what's wrong here? >> >> Thanks, >> >> Andrew >> >> >> >> >> > > -- View this message in context: http://www.nabble.com/retroactive-consumer-still-dropping-msgs...-tp16451630s2354p16470573.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: retroactive consumer still dropping msgs...

2008-04-02 Thread Andrew M
t: Re: retroactive consumer still dropping msgs... it looks like you need "acknowledge" the received messages Andrew M-2 wrote: > > My retroactive consumer is still only saving the most recent 797 messages. > The complete code for an app demonstrating this is here: > >

Re: retroactive consumer still dropping msgs...

2008-04-02 Thread liushk
g #4994' > > received #793 msg text='sent msg #4995' > > received #794 msg text='sent msg #4996' > > received #795 msg text='sent msg #4997' > > received #796 msg text='sent msg #4998' > > received #797 msg text='sent

retroactive consumer still dropping msgs...

2008-04-02 Thread Andrew M
My retroactive consumer is still only saving the most recent 797 messages. The complete code for an app demonstrating this is here: http://www.nmedia.net/~andrew/tmp/CommandLinePublisher.java It connects, sends 5000 msgs, disconnects, then creates a consumer and subscribes. It ends with