mirror of https://github.com/apache/activemq.git
[AMQ-6414] additional logging that helped identify root cause
This commit is contained in:
parent
a1f6261fb2
commit
b6521e292b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue