differenciate imported config fragments: update to https://issues.apache.org/activemq/browse/AMQ-1894

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@813011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2009-09-09 16:00:09 +00:00
parent d9c60b1bf9
commit 7127a2cc3e
4 changed files with 8 additions and 8 deletions

View File

@ -105,13 +105,13 @@
Uncomment to enable Camel
Take a look at activemq-camel.xml for more details
<import resource="activemq-camel.xml"/>
<import resource="camel.xml"/>
-->
<!--
Enable web consoles, REST and Ajax APIs and demos
Take a look at activemq-jetty.xml for more details
-->
<import resource="activemq-jetty.xml"/>
<import resource="jetty.xml"/>
</beans>

View File

@ -23,7 +23,7 @@
Include this file in your configuration to enable Camel
e.g. <import resource="activemq-camel.xml"/>
e.g. <import resource="camel.xml"/>
-->
<beans
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

View File

@ -18,7 +18,7 @@
An embedded servlet engine for serving up the Admin consoles, REST and Ajax APIs and some demos
Include this file in your configuration to enable ActiveMQ web components
e.g. <import resource="activemq-jetty.xml"/>
e.g. <import resource="jetty.xml"/>
-->
<beans>
<jetty xmlns="http://mortbay.com/schemas/jetty/1.0">
@ -33,4 +33,4 @@
<webAppContext contextPath="/fileserver" resourceBase="${activemq.base}/webapps/fileserver" logUrlOnStart="true"/>
</handlers>
</jetty>
</beans>
</beans>

View File

@ -88,7 +88,7 @@
<commandAgent xmlns="http://activemq.apache.org/schema/core" brokerUrl="vm://localhost" username="${activemq.username}" password="${activemq.password}"/>
<!-- Use Web applications and Camel in secured broker environment -->
<import resource="activemq-jetty.xml"/>
<import resource="activemq-camel.xml"/>
<import resource="jetty.xml"/>
<import resource="camel.xml"/>
</beans>
</beans>