Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-7051

WebConsole is adding a wrong cache selector to virtualSelectorCacheBrokerPlugin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 5.15.6
    • None
    • Selector
    • None
    • Java 1.8.0_144

      SO: Ubuntu 16.04 (64bit)

    Description

      We have a topic called VirtualTopic.document and four nodes (n1, n2, n2 and n4) listening to their queues created by the VirtualTopic strategy:

      • Queue n1: Consumer.n1.VirtualTopic.document
      • Queue n2: Consumer.n2.VirtualTopic.document
      • Queue n3: Consumer.n3.VirtualTopic.document
      • Queue n4: Consumer.n4.VirtualTopic.document

      Each node has its own selector, so that AMQ learns where to forward each message (selectorAware=true on virtual topic). In order to avoid loss of messages when clients are offline, we adopted the virtualSelectorCacheBrokerPlugin.

      It works well, so far. If I send a message matching the selectors of n1 and n2, the message is forwarded to the correct queues (Consumer.n1.VirtualTopic.document and Consumer.n2.VirtualTopic.document).

      The problem: if I browse on the web console to the see the active consumers on queue Consumer.n3.VirtualTopic.document ( http://localhost:8161/admin/queueConsumers.jsp?JMSDestination=Consumer.n3.VirtualTopic.document ) and send a message to any other node (n1, n2 or n4), the message is also sent to the unwanted queue Consumer.n3.VirtualTopic.document.

      I could also notice that only by browsing on webconsole to check the active consumers of a queue is enough to see a change in the binary content of the persitFile of virtualSelectorCacheBrokerPlugin. It seems also that disabling virtualSelectorCacheBrokerPlugin fixes the problem, but then we start to lose messages for offline nodes, which is unacceptable in our scenario.

       

       

      Attachments

        1. activemq.xml
          7 kB
          Márcio Monteiro

        Issue Links

          Activity

            People

              Unassigned Unassigned
              muriloconte Márcio Monteiro
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: