Camel Insert after ready Fixed length message from queue

2015-07-15 Thread vivekrao001
}) .to(sql:insert into orders (id, item, processed) values (*#*, *#*, false)) .end(); } } -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Insert-after-ready-Fixed-length-message-from-queue-tp5769316.html Sent from the Camel - Users mailing

Re: Camel Insert after ready Fixed length message from queue

2015-07-15 Thread Claus Ibsen
}) .to(sql:insert into orders (id, item, processed) values (*#*, *#*, false)) .end(); } } -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Insert-after-ready-Fixed-length-message-from-queue-tp5769316.html

Re: Camel Insert after ready Fixed length message from queue

2015-07-15 Thread vivekrao001
Hi, Thank You, Its working now. I tried that option, may be I made a typo. Thanks, Vivek. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Insert-to-DB-after-reading-Fixed-length-message-from-queue-tp5769316p5769363.html Sent from the Camel - Users mailing list