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
>>
log.debug("==> handle()");
log.debug("PARAM|" + "source" + "|" + source);
this.source = source;
log.info(count++ + " handled: " + source);
log.debug("<== handle()");
}
Cheers
Warwick
James.Strachan wrote:
>
> 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
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