How do you achieve this when using spring dsl to create a camelcontext?
http://camel.apache.org/schema/spring";>
Is there a way to inject a SimpleRegistry when creating a CamelContext in
spring DSL? What is the namespace for that?
Regards,
-Original Message-
From: Willem jiang [mailt
Hi,
How do I send an Object to a cxf route inside a Dynamic route,
For ex:
public String route(Exchange exchange {
if (requestStatus instanceof RequestPending) {
return "cxf://"; // Need to send an object to this cxf
route.
}
}
Outside of an dynamic route