Re: Camel Spring Boot unable to load routes from a jar file

2023-02-10 Thread Claus Ibsen
Hi We have fixed something about loading from within fatjar's of spring boot, but that is very likely in newer Camel releases. yaml-dsl is also evolving over that period so using an old 3.9 version with yaml is not recommended. I suggest to use Java DSL if you must use that old version. Also note

Manage and monitor a group of routes

2023-02-10 Thread ski n
Hi Cameleers, I'm wondering what the best way is to manage and monitor a group of routes as an integration ('a unit of work')? Through the mailing list, I try to gather some ideas on this topic. Background: Integration vs Routes Say I have three routes that together form my integration: http:/

RE: Camel Spring Boot unable to load routes from a jar file

2023-02-10 Thread Harnish Patel
Yes, they are old, but currently we are restricted to Spring Boot 2.1.18.RELEASE (and Java 8) due to the internal platform version. We plan to upgrade Spring Boot later this year, but for now we have to go with this version. -Original Message- From: Claus Ibsen Sent: Friday, February

Re: Camel 3.X / Custom event notifier : expected events are not recieved

2023-02-10 Thread Ephemeris Lappis
Hello. Do you confirm that ExchangeFailureHandling and ExchangeFailureHandled are also sent with ExchangeFailed ? Thanks. Regards. Le lun. 9 janv. 2023 à 19:06, Claus Ibsen a écrit : > > Yes just ignore the sending event > > On Mon, Jan 9, 2023 at 7:02 PM Ephemeris Lappis > wrote: > > > Hello