手机版

tomcat+activemq整合(6)

发布时间:2021-06-05   来源:未知    
字号:

Tomcat与ActiveMQ的整合文档

**

** /enterprise-integration-patterns.html

-->

<camelContext id="camel" xmlns="/camel/schema/spring">

<!-- You can use a <package> element for each root package to search for Java routes -->

<package>org.foo.bar</package>

<!-- You can use Spring XML syntax to define the routes here using the <route> element -->

<route>

<from uri="activemq:example.A"/>

<to uri="activemq:example.B"/>

</route>

</camelContext>

<!-- Uncomment to create a command agent to respond to message based admin commands on the ActiveMQ.Agent topic -->

<!--

<commandAgent xmlns="/schema/core" brokerUrl="vm://localhost"/>

-->

<!-- An embedded servlet engine for serving up the Admin console -->

<jetty xmlns="/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>

<!-- This xbean configuration file supports all the standard spring xml configuration options -->

tomcat+activemq整合(6).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)