AW: Adding route builder when camel is already started doesn't respect startup order

2023-04-28 Thread Schmeier, Jannik
in the order of message flow instead. Therefore I don't think that this would be a solution for me. Best regards, Jannik -Ursprüngliche Nachricht- Von: Claus Ibsen Gesendet: Freitag, 28. April 2023 16:01 An: users@camel.apache.org Betreff: Re: Adding route builder when camel is already

Re: Adding route builder when camel is already started doesn't respect startup order

2023-04-28 Thread Claus Ibsen
Hi The startupOrder feature was intended in earlier days when some components had to be started before others. But Camel in general is starting up things better over the years, and this feature is much less in need. So what is it that you have in your routes that you think you need to dictate an

Adding route builder when camel is already started doesn't respect startup order

2023-04-28 Thread Schmeier, Jannik
Hi all, I'm using Apache Camel 3.4.4 in a Spring Boot 2.3.12 application. I know, that these aren't the most recent versions, but I'm currently not able to update to newer ones. I'm trying to add a route builder dynamically after the camel context has already been started like so: