]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/org.argeo.slc.siteserver/bundles/org.argeo.slc.server.activemq/activemq-conf.xml
Optimize server start and deployment
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / org.argeo.slc.server.activemq / activemq-conf.xml
1 <beans xmlns="http://www.springframework.org/schema/beans"
2 xmlns:amq="http://activemq.apache.org/schema/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
4 http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-5.2.xsd
5 http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">
6
7 <broker xmlns="http://activemq.apache.org/schema/core"
8 brokerName="localhost" persistent="false">
9
10
11 <!-- Use the following to configure how ActiveMQ is exposed in JMX -->
12 <managementContext>
13 <managementContext createConnector="false" />
14 </managementContext>
15
16 <!-- The transport connectors ActiveMQ will listen to -->
17 <transportConnectors>
18 <transportConnector name="openwire" uri="tcp://localhost:61616"
19 discoveryUri="multicast://default" />
20 </transportConnectors>
21
22 </broker>
23 </beans>