Delayer DSL in Spring XML is confusing to use
---------------------------------------------
Key: CAMEL-1668
URL: https://issues.apache.org/activemq/browse/CAMEL-1668
Project: Apache Camel
Issue Type: Improvement
Components: camel-spring
Affects Versions: 2.0-M1
Reporter: Claus Ibsen
Fix For: 2.0.0
To wait 0.5 sec you should do
{code}
<delay delayTime="500">
<constant/>
</delay>
{code}
And not as expected:
<delay>
<constant>500</constant>
</delay>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.