TcpTransportServer.bind() should use serverSocket.setReuseAddress(Boolean.TRUE) 
--------------------------------------------------------------------------------

                 Key: AMQ-1967
                 URL: https://issues.apache.org/activemq/browse/AMQ-1967
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Transport
    Affects Versions: 5.2.0
            Reporter: Gary Tully
            Assignee: Gary Tully


for tests that restart brokers or for apps that require fast restarts, using 
reuseAddress for server sockets makes sense.
The default should be true, with the option to control it through transport 
Options.

This will help the robustness of DuplexNetworkMBeanTest which does a bunch of 
broker restarts to check for leaked MBeans

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to