想自己所想,做自己所爱
ActiveMQ 5.0的文档实在是太少了,尤其是集成Spring2.x方面更少。 下面是配置方面的心得: 一、服务器端配置:
总体参考官方网站进行整合,差点害死人,不停的出现各种配置错误,后来经过google查询各种邮件列表,才发现xsd使用不当。
这个才是正确的,两点:
1、去掉:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
2、用这个而不是那个:
这个:
http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd
那个: http://activemq.apache.org/snapshot-schema/activemq-core-5.0-SNAPSHOT.xsd
完整的配置如下: applicationContext-activeMQ.xml
二、web.xml配置:
三、客户端配置(此处仅供参考,还未曾具体实战确认): applicationContext-jms.xml
TODO: 1、客户端的配置需要实战后进行进一步的确认、更新; 2、后期视情况增加一篇《Spring2.x与ActiveMQ5.0成功集成的心得(实战篇)》 主要参考:
http://activemq.apache.org/spring-support.html
http://activemq.apache.org/xml-reference.html
Powered by: BlogJava Copyright © IT进行时