ENTAXY-248 release 1.8.1

This commit is contained in:
2022-02-28 15:20:38 +03:00
parent 4d274c4fcc
commit c826adf1db
1958 changed files with 195926 additions and 10280 deletions

View File

@ -30,11 +30,6 @@
</cm:default-properties>
</cm:property-placeholder>
<reference id="pooledConnectionFactory" interface="javax.jms.ConnectionFactory"/>
<bean id="jms" class="org.apache.camel.component.jms.JmsComponent">
<property name="connectionFactory" ref="pooledConnectionFactory"/>
</bean>
<bean id="bridgeProfileManager"
class="ru.entaxy.esb.system.management.bridge.profile.manager.BridgeProfileManagerImpl">
<property name="systemService" ref="systemService"/>
@ -78,6 +73,9 @@
timeout="30000"
availability="mandatory"/>
<reference id="entaxy-broker" interface="org.apache.camel.Component"
filter="(connection.name=entaxy-broker)"/>
<camelContext id="system-management-service" xmlns="http://camel.apache.org/schema/blueprint">
<route id="direct-profile-controller-route">
@ -85,11 +83,11 @@
<setHeader name="NTX_ExchangePattern">
<simple>InOut</simple>
</setHeader>
<toD uri="jms:queue:entaxy.local.out.${headers.NTX_Bridge}?exchangePattern=InOut"/>
<toD uri="entaxy-broker:queue:entaxy.local.out.${headers.NTX_Bridge}?exchangePattern=InOut"/>
</route>
<route id="profile-controller-route">
<from uri="jms:queue:entaxy.profile.controller.route"/>
<from uri="entaxy-broker:queue:entaxy.profile.controller.route"/>
<choice>
<when>
<simple>${headers.NTX_CommandBridgeProfileManager} == "create"</simple>