Re: file route not working for Exception scenario

2011-03-19 Thread balajiu
.nabble.com/file-route-not-working-for-Exception-scenario-tp3970018p4076804.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: file route not working for Exception scenario

2011-03-18 Thread Claus Ibsen
or"); > > from("file://c:///servicemix///poller?filter=#FileFilter&move=//c:///servicemix///archive///${file:onlyname}-${date:now:MMdd}") > .split().method("SplitterBean", > "splitBody").to("activemq:producer").to("bean:updateQueuePro

Re: file route not working for Exception scenario

2011-03-18 Thread balajiu
lter=#FileFilter&move=//c:///servicemix///archive///${file:onlyname}-${date:now:MMdd}") .split().method("SplitterBean", "splitBody").to("activemq:producer").to("bean:updateQueueProcessor") .end(); Thank you, Balaji -- View this message in contex

file route not working for Exception scenario

2011-03-18 Thread balajiu
-- View this message in context: http://camel.465427.n5.nabble.com/file-route-not-working-for-Exception-scenario-tp3970018p3970018.html Sent from the Camel - Users mailing list archive at Nabble.com.