mirror of https://github.com/apache/activemq.git
Fixes AMQ-4258: Endless loop when received incorrect AMQP message
Applied patch sumbitted by Robert Balent. Many thanks! git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1437427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77c0cf9206
commit
77312e5a64
|
@ -159,6 +159,7 @@ class AmqpProtocolConverter {
|
|||
frame.moveHead(count);
|
||||
} catch (Throwable e) {
|
||||
handleException(new AmqpProtocolException("Could not decode AMQP frame: " + frame, true, e));
|
||||
return;
|
||||
}
|
||||
try {
|
||||
|
||||
|
|
Loading…
Reference in New Issue