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:
Hiram R. Chirino 2013-01-23 14:54:15 +00:00
parent 77c0cf9206
commit 77312e5a64
1 changed files with 1 additions and 0 deletions

View File

@ -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 {