Skip to content

Commit

Permalink
Polished
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Apr 12, 2013
1 parent 7529388 commit 6b06088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hawtio-web/src/test/resources/applicationContext.xml
Expand Up @@ -91,8 +91,8 @@
</choice>
</route>
<!-- route for having something trigger all the time -->
<route id="timerToLog">
<from uri="timer:foo?period=2000"/>
<route id="timerToAMQ">
<from uri="timer:foo?period=5000"/>
<setBody><constant>Hello World</constant></setBody>
<delay><constant>500</constant></delay>
<log message="The message contains ${body}" loggingLevel="DEBUG"/>
Expand Down

0 comments on commit 6b06088

Please sign in to comment.