mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3198 - don't unregister original connection
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1079782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe0a764836
commit
8700ab7cde
|
@ -697,7 +697,6 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
|
|||
synchronized (brokerConnectionStates) {
|
||||
brokerConnectionStates.remove(info.getConnectionId());
|
||||
}
|
||||
unregisterConnectionState(info.getConnectionId());
|
||||
LOG.warn("Failed to add Connection " + info.getConnectionId() + ", reason: " + e.toString());
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("Exception detail:", e);
|
||||
|
|
Loading…
Reference in New Issue