add keepalive to initiator

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1044061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-12-09 18:18:04 +00:00
parent 426a3a17fe
commit 08a2967764
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<networkConnectors>
<!--<networkConnector uri="static:(http://localhost:61617?proxyHost=localhost&amp;proxyPort=80)" duplex="true">-->
<networkConnector uri="static:(http://localhost:61617)" duplex="true">
<networkConnector uri="static:(http://localhost:61617?readCheckTime=4000&amp;initialDelayTime=4000&amp;keepAliveResponseRequired=true)" duplex="true">
<staticallyIncludedDestinations>
<queue physicalName="RECONNECT.TEST.QUEUE"/>
</staticallyIncludedDestinations>