forked from eclipse/scanning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
18 lines (14 loc) · 879 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd" >
<bean id="xcenServlet" class="org.eclipse.scanning.example.xcen.consumer.XcenServlet" init-method="connect">
<property name="bundle" value="org.eclipse.scanning.example.xcen"/>
<!-- TODO Insert your broker URI here see README.md -->
<property name="broker" value="tcp://sci-serv5.diamond.ac.uk:61616" />
<property name="submitQueue" value="dataacq.xcen.SUBMISSION_QUEUE" />
<property name="statusSet" value="dataacq.xcen.STATUS_QUEUE" />
<property name="statusTopic" value="dataacq.xcen.STATUS_TOPIC" />
<property name="durable" value="true" />
</bean>
</beans>