Hello,

I was wondering if a route could invoke a bean (or run, say, a groovy
script) that registered a new datasource.

Something like:

route ::
1) Instantiate datasource
2) Add datasource instance to the registry under key A
3) recipientList("jdbc:A?...")

This datasource needs to be created long after Camel starts up.

I'm using Spring XML.


Thank you,
~cg

Reply via email to