On Fri, Oct 23, 2009 at 7:41 PM, titexe <[email protected]> wrote: > > Hello, > > We would like to copy in real time the inserted records in a database to > another, > > my question is: the component ibatis camel can manage this mode(real time)? >
People can solve this in the DB itself by using triggers to copy data from one table to another. Then its "real time" > Best regards, > > titexe > > PS : I bought your book camel in action, it has served me well, I wish you > good continuation > -- > View this message in context: > http://www.nabble.com/Camel-iBatis-%3A-management-of-real-time-recording-of-a-database--tp26030539p26030539.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
