Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-425

Loss of messages in a cluster with a JMS topic for management notification address

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1.0
    • None
    • Broker
    • None

    Description

      An user complained about loss of messages in a cluster of Artemis nodes (https://issues.jboss.org/browse/WFLY-5795).
      After some investigation, I pinpointed the issue to using a JMS topic for the management notification address.

      If a clustered JMS topic is used to send management notifications, it seems that one Artemis node can perform management operation (such as removing bindings) when handling a notification coming from another node.
      At first glance, org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl#onNotification should guard against this use case and only handle messages coming from itself.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jmesnil Jeff Mesnil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: