Re: Global onCompletion

2011-09-12 Thread boday
ss file and write log entry per-file in logfile > ... > .to( "file:C:/tmp/outbox" ) > ; > } > } > > > Hopefully someone could explain a bit - thanks in advance ! > > Best regards > - Ben O'Day IT Consultant -http://consulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/Global-onCompletion-tp4794456p4795874.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Global onCompletion

2011-09-12 Thread Donald Whytock
poll/UnitOfWork >      ... >    ; > >    from( "file:C:/tmp/inbox" //  + "?maxMessagesPerPoll=20" >        ) > >     // process file and write log entry per-file in logfile >     ... >     .to( "file:C:/tmp/outbox" ) >    ; >  } > } > > > Ho

Global onCompletion

2011-09-12 Thread OrackBahama
-file in logfile ... .to( "file:C:/tmp/outbox" ) ; } } Hopefully someone could explain a bit - thanks in advance ! Best regards -- View this message in context: http://camel.465427.n5.nabble.com/Global-onCompletion-tp4794456p4794456.html Sent from the Camel - Users mailing list archive at Nabble.com.