I was wondering if it was safe to change the kahadb "journalMaxFileLength"
cofiguration value between restarts of a broker. in other words, will the
broker function correctly with different journal files being different
sizes?
--
View this message in context:
http://activemq.2283324.n4.nabble.
Did you ever find a solution to this? If so, could you share it? Thanks!
Justin
- Original Message -
From: "abhijith"
To: users@activemq.apache.org
Sent: Monday, January 9, 2017 9:06:50 AM
Subject: [Artemis] Split broker.xml
Hi,
Is there anyway to split broker.xml file into smaller
Which version are you using? Normally on start up the broker should
not need to replay the entire journal if the index already exists. On
startup the broker tries to determine the last in doubt position from
the index and only replay from that point. With HA I would expect
this to work the same w