1<beans xmlns="http://www.springframework.org/schema/beans" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:amq="http://activemq.apache.org/schema/core" 3 xmlns:jms="http://www.springframework.org/schema/jms" xmlns:context="http://www.springframework.org/schema/context" 4 xmlns:mvc="http://www.springframework.org/schema/mvc" 5 xsi:schemaLocation=" 6 http://www.springframework.org/schema/beans 7 http://www.springframework.org/schema/beans/spring-beans-4.1.xsd 8 http://www.springframework.org/schema/context 9 http://www.springframework.org/schema/context/spring-context-4.1.xsd 10 http://www.springframework.org/schema/mvc 11 http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd 12 http://www.springframework.org/schema/jms 13 http://www.springframework.org/schema/jms/spring-jms-4.1.xsd 14 http://activemq.apache.org/schema/core 15 http://activemq.apache.org/schema/core/activemq-core-5.12.1.xsd"> 16 17<beans>
spring集成JMS activeMQ 头文件
Easter79
2021-10-12
1173 1 0
点赞
收藏
评论区
加载中...