mirror of https://github.com/apache/activemq.git
Apply patch for link detach event from @gemmellr
This commit is contained in:
parent
80322ce00d
commit
2d9475c4f0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue