mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 11:05:34 +00:00
This closes #2489
This commit is contained in:
commit
02fc3c50a5
@ -735,6 +735,9 @@ public class FakeQueue extends CriticalComponentImpl implements Queue {
|
||||
|
||||
public void setPageSubscription(PageSubscription sub) {
|
||||
this.subs = sub;
|
||||
if (subs != null) {
|
||||
sub.setQueue(this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user