Apply patch for link detach event from @gemmellr
This commit is contained in:
Timothy Bish 2014-09-30 12:18:00 -04:00
parent 80322ce00d
commit 2d9475c4f0
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ class AmqpProtocolConverter implements IAmqpProtocolConverter {
break;
case LINK_REMOTE_OPEN:
case LINK_REMOTE_CLOSE:
case LINK_REMOTE_DETACH:
processLinkEvent(event.getLink());
break;
case LINK_FLOW: