Author: gtully
Date: Thu Dec 9 18:18:04 2010
New Revision: 1044061
URL: http://svn.apache.org/viewvc?rev=1044061&view=rev
Log:
add keepalive to initiator
Modified:
activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml
Modified:
activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml?rev=1044061&r1=1044060&r2=1044061&view=diff
==============================================================================
---
activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml
(original)
+++
activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml
Thu Dec 9 18:18:04 2010
@@ -31,7 +31,7 @@
<networkConnectors>
<!--<networkConnector
uri="static:(http://localhost:61617?proxyHost=localhost&proxyPort=80)"
duplex="true">-->
- <networkConnector uri="static:(http://localhost:61617)" duplex="true">
+ <networkConnector
uri="static:(http://localhost:61617?readCheckTime=4000&initialDelayTime=4000&keepAliveResponseRequired=true)"
duplex="true">
<staticallyIncludedDestinations>
<queue physicalName="RECONNECT.TEST.QUEUE"/>
</staticallyIncludedDestinations>