How do I set endpoint parameters, using Spring?
I tried the following wild guess without success:
    <!-- file endpoint -->
    <endpoint id="poller" uri="file:///c:/tmp/test">
      <property name="consumerProperties">
        <props>
          <prop key="initialDelay">15000</prop>
          <prop key="delay">5000</prop>
        </props>
      </property>
    </endpoint>
-- 
View this message in context: 
http://www.nabble.com/setting-endpoint-parameters-tf3881403s22882.html#a11000674
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to