camel-http: $USER:$PASSWORD@$SERVER notation for basic auth no longer supported?

2023-11-22 Thread Pascal Schumacher
Hi, while migrating a Project from Camel 3 to Camel 4 I noticed that the $USER:$PASSWORD@$SERVER notation for basic authentication no longer works. `to("https://USER:PASSWORD@localhost:8080/example?authenticationPreemptive=true";)` works in Camel 3.21.2 but fails in Camel 4.0.3 with: org.apach

ActiveMQ transferExchange - send ExchangeProperties can not be accessed before first endpoint in route

2018-02-07 Thread Pascal Schumacher
Hello everybody, using Camel 2.20.2 with ActiveMQ 5.14.5 with the transferExchange option enabled. When I read a message from a queue the send custom ExchangeProperties are not set. After the exchange is routed to the first endpoint the send ExchangeProperties are set. Simplified example based

Aw: AW: Spring - Create Bean after Camel Context is started

2017-11-09 Thread Pascal Schumacher
r and add that route dynamically to the Camel Context like here: https://stackoverflow.com/questions/10451444/add-camel-route-at-runtime-in-java But I'm not sure if I understood the use case correctly. Michael > -Ursprüngliche Nachricht----- > Von: Pascal Schumacher [mailto:pas

Spring - Create Bean after Camel Context is started

2017-11-08 Thread Pascal Schumacher
Hello everybody, using camel 2.20 with spring 5.0.1 and need to start another component (defined as spring bean) after camel context has started. I added 'depends-on="camelContextId"' to the other beans spring xml definition, but this has a no effect as the camel context is starting asynchrono