Matt Pavlovich created AMQ-8462:
-----------------------------------

             Summary: Remove double call to listConnectionStates during 
connection close
                 Key: AMQ-8462
                 URL: https://issues.apache.org/jira/browse/AMQ-8462
             Project: ActiveMQ
          Issue Type: Improvement
            Reporter: Matt Pavlovich


TransportConnection is calling listConnectionStates twice

{noformat}
            List<TransportConnectionState> connectionStates = 
listConnectionStates();
            connectionStates = listConnectionStates();
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to