Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.7.0
-
None
-
None
Description
With selectorAware=true setting for virtual topics we are checking for consumers (and their selectors) to detect if the message should be sent to the virtual topic or not. virtualSelectorCacheBrokerPlugin helps in the case we want to prevent "message loss" for subscribers that goes offline. But it doesn't work for the consumers that don't have selectors as they are not being cached. This should be sensible thing to do and allow both consumers with and without selectors to behave the same in this scenario.
Attachments
Issue Links
- is cloned by
-
AMQ-6393 virtualSelectorCacheBrokerPlugin is not working properly
- Resolved