09.10 변경분 반영

This commit is contained in:
Rinjae
2025-09-10 18:20:17 +09:00
parent a1d74cf004
commit 4146710b1c
10 changed files with 2026 additions and 7 deletions
@@ -20,14 +20,14 @@
">
<!-- Async Queue Consumer -->
<bean id="flowRouter" class="com.eactive.eai.flowcontrol.activemq.QueueConsumerService">
<property name="uri" value="vm://localhost?broker.persistent=false&amp;broker.useJmx=false"/>
<property name="uri" value="vm://localhost?broker.persistent=false&amp;broker.useJmx=false&amp;jms.prefetchPolicy.queuePrefetch=1"/>
<property name="queue" value="FlowRouterQueue"/>
<property name="maxThread" value="10"/>
<property name="maxThread" value="100"/>
</bean>
<bean id="flowRouterHost" class="com.eactive.eai.flowcontrol.activemq.QueueConsumerService">
<property name="uri" value="vm://localhost?broker.persistent=false&amp;broker.useJmx=false"/>
<property name="uri" value="vm://localhost?broker.persistent=false&amp;broker.useJmx=false&amp;jms.prefetchPolicy.queuePrefetch=1"/>
<property name="queue" value="FlowRouterHostQueue"/>
<property name="maxThread" value="10"/>
<property name="maxThread" value="100"/>
</bean>
<!-- Async Queue Consumer -->
</beans>