2008/9/1 Minh Tu Duong <[EMAIL PROTECTED]>:
> 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?

ActiveMQ doesn't implement Jetty or Camel XML in Spring - you have to
use either Jetty or Camel for that.

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to