hello

thank you for the link on inactivity monitor, we will apply that patch and
we will verify.

I have attached link also https://pastebin.com/M9u7TJZB  from this  I
understand that network connector is not closing connection b/w host1 &
host2.
do we need to provide specific parameters while creating dynamic network
connector for inactivity monitor settings ?

following is our setting to create network peer :

URI uri = new URI("static://" + server.getUrl());
NetworkConnector networkConnector = new DiscoveryNetworkConnector(uri);
networkConnector.setNetworkTTL(this.networkTTL);
networkConnector.setBrokerURL(server.getUrl());
  
for (String queueName : excludedQueues)
        networkConnector.addExcludedDestination(new ActiveMQQueue(queueName));



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to