]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/activemq.xml
Remove old webapp
[gpl/argeo-slc.git] / runtime / org.argeo.slc.server / src / main / resources / org / argeo / slc / server / spring / activemq.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:amq="http://activemq.apache.org/schema/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
5 http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">
6
7 <import resource="classpath:org/argeo/slc/activemq/spring.xml" />
8
9 <!-- Create embedded broker -->
10 <amq:broker useJmx="false" persistent="false">
11 <amq:transportConnectors>
12 <amq:transportConnector uri="tcp://localhost:61616" />
13 </amq:transportConnectors>
14 </amq:broker>
15
16 <bean id="template.jms.listenerContainer" parent="slcTemplate.jms.listenerContainer"
17 abstract="true">
18 </bean>
19
20 </beans>