`
ycljf86
  • 浏览: 74589 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

activeMQ 与 quartz 事例

    博客分类:
  • java
阅读更多
利用spring与activeMQ 与 quartz 结合
jar包:
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/activeio-core-3.1.2.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/activemq-all-5.3.2.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/activemq-optional-5.3.2.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/activemq-pool-5.3.2.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/activemq-xmpp-5.3.2.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/org.osgi.core-4.1.0.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-beans-2.5.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-context-2.5.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-core-2.5.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-jms-2.5.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-tx-2.5.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-web-2.5.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-webmvc-2.5.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xbean-spring-3.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/quartz-1.6.6.jar"/>
	<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-support-2.0.8.jar"/>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics