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:
Bosanac Dejan 2011-03-10 12:15:21 +00:00
parent 358ace29f5
commit bc715ea63d
2 changed files with 3 additions and 3 deletions

View File

@ -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&amp;proxyPort=80)" duplex="true">-->
<networkConnector uri="static:(http://localhost:61617?readCheckTime=4000&amp;initialDelayTime=4000&amp;keepAliveResponseRequired=true)" duplex="true">
<networkConnector name="1-2" uri="static:(http://localhost:61617?readCheckTime=4000&amp;initialDelayTime=4000&amp;keepAliveResponseRequired=true)" duplex="true">
<staticallyIncludedDestinations>
<queue physicalName="RECONNECT.TEST.QUEUE"/>
</staticallyIncludedDestinations>

View File

@ -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