I am new to camel
I want to build an generic API in which routing information are available in database in xml format (information are coming from web application).
Now another web application made some event then routing information id passed to this generic API then it creates route and process give response back to web application (I think this is event based routing correct me if I am wrong).
how can i achieve using
suggest some link or give example how to start here?
I have basic knowledge about Camel(worked with file,jdbc,cxf component in standalone application).
I already gone through Add camel route at runtime in Java where I found "Do you want the complete route to be dynamic? Then you can only use xml." – Christian Schneider
Thanks in advance.