Jeff Mesnil created ARTEMIS-425:
-----------------------------------
Summary: Loss of messages in a cluster with a JMS topic for
management notification address
Key: ARTEMIS-425
URL: https://issues.apache.org/jira/browse/ARTEMIS-425
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker
Affects Versions: 1.1.0
Reporter: Jeff Mesnil
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)