Re: Splitter and Aggregater onCompletion

2022-11-08 Thread Claus Ibsen
nterfaces for all of that, but now in v3 with default methods on interfaces its merged into a single interface. > -Original Message- > From: Claus Ibsen > Sent: Tuesday, 8 November 2022 11:54 > To: users@camel.apache.org > Subject: Re: Splitter and Aggregater onCompletion

RE: Splitter and Aggregater onCompletion

2022-11-08 Thread Reto Peter
AggregationStrategy, I mean the completionSize, completionInterval or completionTimeout? -Original Message- From: Claus Ibsen Sent: Tuesday, 8 November 2022 11:54 To: users@camel.apache.org Subject: Re: Splitter and Aggregater onCompletion What camel version do you use? On Tue, Nov 8, 2022 at 11

Re: Splitter and Aggregater onCompletion

2022-11-08 Thread Claus Ibsen
.to("sql:INSERT something"); >> >> So that means, in this route the onCompletion of the Aggregator is called >> cause the entire route is completed? >> >> -Original Message- >> From: Claus Ibsen >> Sent: Tuesday, 8 N

Re: Splitter and Aggregater onCompletion

2022-11-08 Thread Claus Ibsen
> > -Original Message- > From: Claus Ibsen > Sent: Tuesday, 8 November 2022 09:50 > To: users@camel.apache.org > Subject: Re: Splitter and Aggregater onCompletion > > Hi > > onCompletion is its own EIP > https://camel.apache.org/manual/oncompletion.html > &g

RE: Splitter and Aggregater onCompletion

2022-11-08 Thread Reto Peter
ute is completed? -Original Message- From: Claus Ibsen Sent: Tuesday, 8 November 2022 09:50 To: users@camel.apache.org Subject: Re: Splitter and Aggregater onCompletion Hi onCompletion is its own EIP https://camel.apache.org/manual/oncompletion.html The onCompletion works on the inco

Re: Splitter and Aggregater onCompletion

2022-11-08 Thread Claus Ibsen
Hi onCompletion is its own EIP https://camel.apache.org/manual/oncompletion.html The onCompletion works on the incoming exchange in the route, and the aggregator is separated from that incoming exchange, as the output of the aggregator runs its own "lifecycle", in its own exchange. So it has no o