On Wed, Apr 13, 2016 at 8:44 PM, Walzer, Thomas
<thomas.wal...@integratix.net> wrote:
> Hi,
>
> I tried to give the docs for recipient list 
> (https://cwiki.apache.org/confluence/display/CAMEL/Recipient+List) some love.
>
> However I struggled with the following items:
> * delimiter: disabled: what does that mean?

You can specify more endpoints such as "direct:foo,direct:bar" where
comma is the delimiter.


> * streaming: maybe someone could elaborate that a bit more?

Its whether the response messages are aggregated as they come in, or
in the exact order as the recipient list was evaluated as. This is
only relevant if you enable parallel processing.

> * Knowing which endpoint when using custom AggregationStrategy: this remains 
> unclear

Just a header that has the recipient list uri so you know which one
you are aggregating from.


> * @RecipientList annotation: should be checked to make sure I did not mess up 
> the meaning
>


> So for quality assurance may I kindly ask for a review of this page and a few 
> clarifications?
>
> Cheers, Thomas.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to