mirror of
https://github.com/apache/activemq.git
synced 2025-02-18 07:56:20 +00:00
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;
|
break;
|
||||||
case LINK_REMOTE_OPEN:
|
case LINK_REMOTE_OPEN:
|
||||||
case LINK_REMOTE_CLOSE:
|
case LINK_REMOTE_CLOSE:
|
||||||
|
case LINK_REMOTE_DETACH:
|
||||||
processLinkEvent(event.getLink());
|
processLinkEvent(event.getLink());
|
||||||
break;
|
break;
|
||||||
case LINK_FLOW:
|
case LINK_FLOW:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user