On 8/24/07, Nicky Sandhu <[EMAIL PROTECTED]> wrote:
>
> The doStart method  in SendProcessor creates the producer but does not start
> it.
>     protected void doStart() throws Exception {
>         this.producer = destination.createProducer();
>     }
>
> Should it not also do producer.doStart() ?

Great catch, thanks! DOH!

I've fixed trunk to start the producer. (I'm kinda suprised we've not
had some failing test/bug due to this). I guess not that many
producers do a whole lot on the start() call :)

-- 
James
-------
http://macstrac.blogspot.com/

Reply via email to