even then odd message ordering

2007-05-20 Thread warwick.mayson
Hi All I have a simple setup... one producer, one broker one consumer for a single queue. The producer sends numbered TextMessages The consumer receives all even numbered messages then recieves all odd numbered messages. Has anyone else seen this behaviour? Or explain why this is occuring? I

Re: even then odd message ordering

2007-05-22 Thread warwick.mayson
> On 5/20/07, warwick.mayson <[EMAIL PROTECTED]> wrote: >> >> Hi All >> >> I have a simple setup... one producer, one broker one consumer for a >> single >> queue. >> >> The producer sends numbered TextMessages >> >> The consumer receive

Re: even then odd message ordering

2007-05-22 Thread warwick.mayson
log.debug("==> handle()"); log.debug("PARAM|" + "source" + "|" + source); this.source = source; log.info(count++ + " handled: " + source); log.debug("<== handle()"); } Cheers Warwick James.Strachan wrote: >

Re: even then odd message ordering

2007-05-24 Thread warwick.mayson
Hey James Sorry didnt get back to you earlier. Bit frantic. Anyway, I have a test main class that calls run() warwick James.Strachan wrote: > > who calls ConsumerImpl.run()? > > On 5/22/07, warwick.mayson <[EMAIL PROTECTED]> wrote: >> >> hi James >>