Cretu Mihnea-Bogdan created ARTEMIS-2548:
--------------------------------------------
Summary: Master/Slave Artemis Broker process only 100 messages
Key: ARTEMIS-2548
URL: https://issues.apache.org/jira/browse/ARTEMIS-2548
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker, OpenWire
Affects Versions: 2.10.1
Environment: Windows server 2012R2
Visual Studio 2017
Reporter: Cretu Mihnea-Bogdan
Fix For: 2.10.1
I have a set up as below:
Broker A Artemis: on host_1 (master - started first).
Broker B Artemis: on host_2 (slave).
Both brokers are sharing the same journal. So the master/slave setup is made
using a shared file system.
In producer, I create a Topic and send 10000 messages. In consumer (which is a
listener, extends MessageListener), I receive only 100 messages. After I close
Artemis (the failover is involved), another 100 messages are processed by the
consumer.
This behavior should not happen.
Producer: [https://textuploader.com/1od59]
Consumer: [https://textuploader.com/1od5j]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)