Re: why queue consumer threads only get half messages ?

2008-10-21 Thread chenq
yes, there is only one broker. I just simply extract the activemq with default configuration Joe Fernandez wrote: > > Is their only one broker in your configuration? > > Joe > http://www.ttmsolutions.com - get a free ActiveMQ user guide > > > > > chenq

Re: why queue consumer threads only get half messages ?

2008-10-21 Thread chenq
no,there is only my consumers for that queue. James.Strachan wrote: > > 2008/10/21 chenq <[EMAIL PROTECTED]>: >> >> I start consumers threads first, and then start producers, and producers >> is >> keeping sending messages during consumers receives, so t

Re: why queue consumer threads only get half messages ?

2008-10-21 Thread chenq
gt; Is this FAQ entry applicable? > http://activemq.apache.org/i-do-not-receive-messages-in-my-second-consumer.html > > 2008/10/21 chenq <[EMAIL PROTECTED]>: >> >> I'm testing the activemq, and when I make my cosumers receive messages >> from >> a queu

why queue consumer threads only get half messages ?

2008-10-21 Thread chenq
I'm testing the activemq, and when I make my cosumers receive messages from a queue in multi-threds , it only get half messages sent from producers. would somebody can tell me why? here is my source code: public class Recv extends Thread { private static final String url = "tcp://localhost