Class SubQueueSelectorCacheBrokerPlugin

  • All Implemented Interfaces:
    BrokerPlugin

    public class SubQueueSelectorCacheBrokerPlugin
    extends Object
    implements BrokerPlugin
    A plugin which allows the caching of the selector from a subscription queue.

    This stops the build-up of unwanted messages, especially when consumers may disconnect from time to time when using virtual destinations.

    This is influenced by code snippets developed by Maciej Rakowicz