mirror of https://github.com/apache/activemq.git
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:
parent
426a3a17fe
commit
08a2967764
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue