Hi all,
i am using XBean-Spring configuration of BrokerFactoryBean to create an
embedded AMQ in my Application.
as the document describe:
http://activemq.apache.org/spring-support.html
it support the standard Xml Configuration
<http://activemq.apache.org/xml-configuration.html> mechanism:
http://activemq.apache.org/xml-configuration.html
but i try it and it doesn't support embedded Jetty or camelContext like:
<jetty xmlns="http://mortbay.com/schemas/jetty/1.0">
<connectors>
<nioConnector port="8161"/>
</connectors>
<handlers>
<webAppContext contextPath="/admin" resourceBase="${activemq.base}/webapps/admin"
logUrlOnStart="true"/>
<webAppContext contextPath="/demo" resourceBase="${activemq.base}/webapps/demo"
logUrlOnStart="true"/>
<webAppContext contextPath="/fileserver"
resourceBase="${activemq.base}/webapps/fileserver" logUrlOnStart="true"/>
</handlers>
</jetty>
is that right?
thanks for your answer.
best regards,
Minh Tu Duong.