On Mon, Aug 15, 2011 at 10:34 AM,  <jason.p...@usa.net> wrote:
> Hi,
>
> Thanks for the quick turn around - what is the ETA for the official release 
> of 2.9?
>

There is no ETA on 2.9. Usually the is about 3 months between each release.

> I'm guessing I can just download the 2.9 snapshot build and try the new 
> feature out for now.
>
> Thanks
>
>>>
>>>      I have just implemented this as a new feature in Camel 2.9. This is
>>>      from an unit test
>>>
>>>              // we expect 2+ done messages which were sent to mock:bar
>>>              // and 1+ failed message which were sent to mock:fail
>>>              NotifyBuilder notify = new NotifyBuilder(context)
>>>                      .whenDone(2).wereSentTo("mock:bar")
>>>                      .and()
>>>                      .whenFailed(1).wereSentTo("mock:fail")
>>>                      .create();
>>>
>>>
>
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to