Hi Fred-
Most likely, you are seeing a _redelivery_ vs a bug or actual duplicate
message.
First thing to confirm that it is in fact the same message by comparing
messageId, and not just properties or message body content. There are scenarios
where a producer may inadvertently send the same me
Hello !
At my company we are using Apache ActiveMQ 5.18.3.
We suspect that in some rare cases, a queue message is read twice by
different consumers.
For more context :
- broker is classic primary/secondary (secondary started but not active -
not a network of brokers).
- we are using persisted queu
The journal exists in order to restore the persistent messages in the
broker's memory when it restarts. Therefore, the amount of data in the
journal is directly proportional to the amount of data in memory.
Therefore, if you want to control the amount of data in the journal you can
do so by control
Hi support,
I would need some insights about the Artemis Broker Persistence feature.
Looking into the documentation at
https://activemq.apache.org/components/artemis/documentation/latest/persistence.html,
I was not able to find anything about possible limits to disk size usage once
te File Journ