Re: Does Camel supports dynamic routing by getting the routing info from database

2012-03-05 Thread johnson0233
Thanks Guys, now i am getting the idea of dynamic routing, and my new question here is, if i have a central routing manager which can route the message based on rules stores in database, and how could this "routing manager" work with these communication adapters such as ftp, http? As far as i know,

Does Camel supports dynamic routing by getting the routing info from database

2012-03-05 Thread johnson0233
Hi All, Could anyone help to advise that the way Camel route the message by getting the corresponding routing information from database? Lets say, we have 3 steps to execute, and the execution sequence stores in database, step1,step2,step3, so can we use the generic bundle to route this kinds of