On Sun, Feb 28, 2010 at 4:24 AM, Gilles Tagne <tagnegil...@hotmail.com> wrote:
>
> Hi Guys,
>
> I was reading the Camel documentation on the EIP Claim Check. I found
> something that i didn't unterstand.
> http://camel.apache.org/claim-check.html Claim Check
> Look at this line:
> from("direct:start").to("bean:checkLuggage", "mock:testCheckpoint",
> "bean:dataEnricher", "mock:result");
> is it a recipientList or Pipeline? Because i was thinking it was a
> recipientList. But in the documentation they call it a Pipeline. Thanks for
> the answer
>

Yes its a pipeline, eg pipes and filters EIP
http://camel.apache.org/pipes-and-filters.html

And a recipient list is different
http://camel.apache.org/recipient-list.html

> Gilles Tagne
>
> --
> View this message in context: 
> http://old.nabble.com/Question-tp27732800p27732800.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to