You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Chermonder <ar...@yahoo.com> on 2011/07/12 14:45:12 UTC

Re: camel file processStrategy Spring DSL

Try 
<route>
      <from
uri="file://inputdir/?processstrategy=#mySpringProcessStrategyBean"/>
       ... 
      <to uri="jms:test.queue"/>
   </route>

--
View this message in context: http://camel.465427.n5.nabble.com/camel-file-processStrategy-Spring-DSL-tp509988p4578742.html
Sent from the Camel - Users mailing list archive at Nabble.com.