fretory

Results 2 comments of fretory

我的也是这样,被限制登录了,查了下好像无解

It seems that exclusive subscriptions lack support for counting unacknowledged messages. ``` if (Subscription.isIndividualAckMode(subType)) { if (dispatcher instanceof AbstractPersistentDispatcherMultipleConsumers) { AbstractPersistentDispatcherMultipleConsumers d = (AbstractPersistentDispatcherMultipleConsumers) dispatcher; subStats.unackedMessages = d.getTotalUnackedMessages(); .... }...