[AMQ-6414] additional logging that helped identify root cause

This commit is contained in:
gtully 2017-02-27 17:01:16 +00:00
parent a1f6261fb2
commit b6521e292b
1 changed files with 4 additions and 0 deletions

View File

@ -977,6 +977,10 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
}
messageDispatch = null;
throw e;
} else {
if (TRANSPORTLOG.isDebugEnabled()) {
TRANSPORTLOG.debug("Unexpected exception on asyncDispatch, command of type: " + command.getDataStructureType(), e);
}
}
} finally {
if (messageDispatch != null) {