[
https://issues.apache.org/jira/browse/AMQ-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481289#comment-17481289
]
ASF subversion and git services commented on AMQ-8462:
------------------------------------------------------
Commit f1b37e0a4fc1bc611879e72b495f0def0d220731 in activemq's branch
refs/heads/activemq-5.16.x from Matt Pavlovich
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=f1b37e0 ]
[AMQ-8462] Remove double call to listConnectionStates during connection close
(cherry picked from commit 6a944a05d90b3f2d44c9890a5724e7a6a702a0eb)
> 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: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 5.17.0, 5.16.4
>
> Time Spent: 20m
> 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)