parent
0c131e1d89
commit
4fdda6d204
2 changed files with 48 additions and 0 deletions
@ -0,0 +1,31 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<beans xmlns="http://www.springframework.org/schema/beans" |
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||||
|
xmlns:context="http://www.springframework.org/schema/context" |
||||||
|
xmlns:jdbc="http://www.springframework.org/schema/jdbc" |
||||||
|
xmlns:jee="http://www.springframework.org/schema/jee" |
||||||
|
xmlns:tx="http://www.springframework.org/schema/tx" |
||||||
|
xmlns:aop="http://www.springframework.org/schema/aop" |
||||||
|
xmlns:mvc="http://www.springframework.org/schema/mvc" |
||||||
|
xmlns:util="http://www.springframework.org/schema/util" |
||||||
|
xmlns:amq="http://activemq.apache.org/schema/core" |
||||||
|
xmlns:jms="http://www.springframework.org/schema/jms" |
||||||
|
xsi:schemaLocation=" |
||||||
|
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd |
||||||
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2.xsd |
||||||
|
http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd |
||||||
|
http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.2.xsd |
||||||
|
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.2.xsd |
||||||
|
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.2.xsd |
||||||
|
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd |
||||||
|
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.2.xsd |
||||||
|
http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms-4.0.xsd |
||||||
|
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-5.14.5.xsd |
||||||
|
"> |
||||||
|
<bean id="connectionFactory" class="org.apache.activemq.spring.ActiveMQConnectionFactory" > |
||||||
|
<property name="brokerURL" value="tcp://localhost:61616"/> |
||||||
|
</bean> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</beans> |
Loading…
Reference in new issue