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
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
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
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