Serhii Marchuk opened SPR-11657 and commented
The DefaultSubscriptionRegistry does not handle subscriptions in ant-style, if it finds at least one point-to-point subscription.
Example:
- First client subscribes to receive definite messages.
Example: destination:/topic/price
2 Second client subscribes to receive any messages.
Example: destination:/topic/*
Client will receive all messages except messages sent to /topic/price.
The root of the problem is in findSubscriptionsInternal method of DefaultSubscriptionRegistry.
Affects: 4.0.3
Referenced from: commits 63a868d, 79de45b, 563476f, 1054080, 6a9b229, c879796
1 votes, 4 watchers