Can you change the kahadb journal file size between broker starts

2017-01-17 Thread jahlborn
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.

Re: [Artemis] Split broker.xml

2017-01-17 Thread Justin Bertram
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

Re: HA in Master/Slave with shared mKahaDb not really HA because of slow failover?

2017-01-17 Thread Christopher Shannon
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