mirror of https://github.com/apache/activemq.git
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:
parent
9840a420cf
commit
806013ea62
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue