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.