I want to use message header value as the method name that will be invoked on
Output bean.
This will not work because it will be evaluated when the route is created at
start time:
BeanDefinition beanDefinition = new BeanDefinition("beanName",
header("headerName").toString());
routeDefinition.addOutput(beanDefinition);
How can I dynamically configure the BeanDefinition, or is there another way
of accomplishing my goal?
--
View this message in context:
http://old.nabble.com/using-a-message-header-for-output-bean-method-name-tp26805291p26805291.html
Sent from the Camel - Users mailing list archive at Nabble.com.