You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Rob Bugh <ro...@earthlink.net> on 2008/02/19 18:26:32 UTC

Using wireFormat.maxInactivityDuration Option

Can someone describe the use case for when you would set the
wireFormat.maxInactivityDuration=0 parameter on the broker transport, e.g.,

<transportConnectors>
   <transportConnector name="openwire"
uri="tcp://localhost:61616?wireFormat.maxInactivityDuration=0"/>
</transportConnectors>

versus on the consumer/producer, e.g.,

ActiveMQConnectionFactory connectionFactory = new
ActiveMQConnectionFactory("failover:(tcp://brokerhost:61616)?wireFormat.maxInactivityDuration=0");

Rob
-- 
View this message in context: http://www.nabble.com/Using-wireFormat.maxInactivityDuration-Option-tp15562334s2354p15562334.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.