Enabled the camel route by default; folks can easily disable it

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@553766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-07-06 06:58:49 +00:00
parent 9840a420cf
commit 806013ea62
1 changed files with 1 additions and 1 deletions

View File

@ -103,12 +103,12 @@
<!--
Create EIP routes here using Spring if we like; otherwise Camel will pick up all routes defined
in the package named 'org.foo.bar' or any of its child packages
-->
<route>
<from uri="activemq:example.A"/>
<to uri="activemq:example.B"/>
</route>
-->
</camelContext>