36 lines
1.9 KiB
XML
36 lines
1.9 KiB
XML
<?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:p="http://www.springframework.org/schema/p"
|
|
xmlns:aop="http://www.springframework.org/schema/aop"
|
|
xmlns:context="http://www.springframework.org/schema/context"
|
|
xmlns:jee="http://www.springframework.org/schema/jee"
|
|
xmlns:tx="http://www.springframework.org/schema/tx"
|
|
xmlns:util="http://www.springframework.org/schema/util"
|
|
xmlns:mvc="http://www.springframework.org/schema/mvc"
|
|
xsi:schemaLocation="
|
|
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.2.xsd
|
|
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/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/util http://www.springframework.org/schema/util/spring-util-3.2.xsd
|
|
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd
|
|
">
|
|
<!-- Async Queue Consumer -->
|
|
<!--
|
|
<bean id="flowRouter" class="com.eactive.eai.flowcontrol.websphere.QueueConsumerService">
|
|
<property name="uri" value="Check"/>
|
|
<property name="queue" value="com.kbstar.eai.common.FlowRouterQueue"/>
|
|
<property name="maxThread" value="5"/>
|
|
</bean>
|
|
<bean id="flowRouterHost" class="com.eactive.eai.flowcontrol.websphere.QueueConsumerService">
|
|
<property name="uri" value="Check"/>
|
|
<property name="queue" value="com.kbstar.eai.common.FlowRouterHostQueue"/>
|
|
<property name="maxThread" value="5"/>
|
|
</bean>
|
|
-->
|
|
<!-- Async Queue Consumer -->
|
|
</beans>
|