利用spring与activeMQ 与 quartz 结合
jar包:
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"/>