Hello,
In our application, we have factored out some common behaviour in a direct:
route called synchronously by other routes
This sub-route needs to handle exception by first making retries ; and
then, when retry are exhausted, by returning **to the caller route** a
default intermediary response.
Hello Raymond,
The default Error Handler
(org.apache.camel.processor.errorhandler.DefaultErrorHandler) is already
fine to make the redeliveries and calling the exception policy without
explicitly specifying it
( and I don't need the Deadletter capable error handler
(org.apache.camel.processor.erro
Did you try to use an errorHandler? Some like this:
from("seda:a")
// here we configure the error handler
.errorHandler(deadLetterChannel("seda:error"))
// and we continue with the routing here
.to("seda:b");
Then you can set the errorHandler direct
PR created.
/M
Den 4 feb. 2025 kl 16:04, Claus Ibsen <[claus.ib...@gmail.com](mailto:Den 4
feb. 2025 kl 16:04, Claus Ibsen < skrev:
> Hi
>
> Its a community open source project, so you are welcome to create a JIRA
> and send a PR for main branch.
>
> On Tue, Feb 4, 2025 at 3:30 PM Mikael Anders
Hello all,
This is a vote for releasing camel-kamelets 4.10.0
This is a release supporting Camel 4.10.0, the first release of Camel
4.10.x LTS line
Kamelets release files:
https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.10.0
Kamelets staging repository:
https://repository.apache.or
+1 (binding )
Zineb
> Le 12 févr. 2025 à 16:46, Andrea Cosentino a écrit :
>
> Hello all,
>
> This is a vote for releasing camel-kamelets 4.10.0
>
> This is a release supporting Camel 4.10.0, the first release of Camel
> 4.10.x LTS line
>
> Kamelets release files:
> https://dist.apache.org/