mirror of https://github.com/apache/activemq.git
AMQ2764 test - give brokers static ids and name NC so that duplicate duplex connection can work
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1080196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
358ace29f5
commit
bc715ea63d
|
@ -23,7 +23,7 @@
|
|||
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
|
||||
|
||||
<broker brokerName="broker1" persistent="false" useShutdownHook="false" useJmx="false" xmlns="http://activemq.apache.org/schema/core">
|
||||
<broker brokerName="broker1" brokerId="broker1" persistent="false" useShutdownHook="false" useJmx="false" xmlns="http://activemq.apache.org/schema/core">
|
||||
|
||||
<destinations>
|
||||
<queue physicalName="RECONNECT.TEST.QUEUE"/>
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
<networkConnectors>
|
||||
<!--<networkConnector uri="static:(http://localhost:61617?proxyHost=localhost&proxyPort=80)" duplex="true">-->
|
||||
<networkConnector uri="static:(http://localhost:61617?readCheckTime=4000&initialDelayTime=4000&keepAliveResponseRequired=true)" duplex="true">
|
||||
<networkConnector name="1-2" uri="static:(http://localhost:61617?readCheckTime=4000&initialDelayTime=4000&keepAliveResponseRequired=true)" duplex="true">
|
||||
<staticallyIncludedDestinations>
|
||||
<queue physicalName="RECONNECT.TEST.QUEUE"/>
|
||||
</staticallyIncludedDestinations>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
|
||||
|
||||
<broker brokerName="broker2" persistent="false" useShutdownHook="false" useJmx="false" xmlns="http://activemq.apache.org/schema/core">
|
||||
<broker brokerName="broker2" brokerId="broker2" persistent="false" useShutdownHook="false" useJmx="false" xmlns="http://activemq.apache.org/schema/core">
|
||||
|
||||
<transportConnectors>
|
||||
<!-- configure a low inactivity monitor check time to ensure all messages are received quickly, ask for a response as
|
||||
|
|
Loading…
Reference in New Issue