Currently I'm able to start some load testing using Artemis; The load is nowhere near what I expect to need, but that's currently not the issue.
Of course I test both Artemis performance and the producers / consumers. The performance itself is not at stake though, there's plenty of room for improvements anyway. Using JMeter I sent a total of 50.000 messages using 50 threads to my servicemix which puts the messages on the Artemis broker. Next a bunch of processes get a message, does it's work and puts it on the next queue (/endpoint) After some time, I noticed this: message repeatedly in the log: WARN [org.apache.activemq.artemis.core.server] AMQ222029: Could not locate page transaction 32,212,560,158, ignoring message on position PagePositionImpl [pageNr=12, messageNr=1851, recordID=-1] on address=<the actual queue name> What does this message mean exactly? A google on AMQ2222029 does not yield any usable results. Am I losing messages? What can I do to fix / avoid this, whatever it is I'm seeing? Please shed some light on what is happening. -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-1-5-1-org-apache-activemq-artemis-core-server-AMQ222029-Could-not-locate-page-transaction-med-tp4721587.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
