You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Matt Pavlovich (Jira)" <ji...@apache.org> on 2022/01/24 15:25:00 UTC

[jira] [Work started] (AMQ-8462) Remove double call to listConnectionStates during connection close

     [ https://issues.apache.org/jira/browse/AMQ-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AMQ-8462 started by Matt Pavlovich.
-------------------------------------------
> 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
>            Assignee: Matt Pavlovich
>            Priority: Major
>             Fix For: 5.17.0, 5.16.4
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> TransportConnection is calling listConnectionStates twice
> {noformat}
>             List<TransportConnectionState> connectionStates = listConnectionStates();
>             connectionStates = listConnectionStates();
> {noformat}



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