Re: Replication and client transactions

2017-02-18 Thread Justin Bertram
> Given I have a broker with for example two backups, configured with journal > replication (not shared storage), is there a way to guarantee a message has > successfully replicated before completing a write? Assuming the message you send is durable then this happens automatically. The producer w

Re: Replication and client transactions

2017-02-18 Thread Alec Henninger
Woops, thought the list was Artemis specific. Yes I'm using Artemis in this example. On Sat, Feb 18, 2017, 1:38 PM Justin Bertram wrote: > Are you using ActiveMQ Artemis? > > > Justin > > - Original Message - > From: "Alec Henninger" > To: users@activemq.apache.org > Sent: Saturday, Feb

Re: Replication and client transactions

2017-02-18 Thread Justin Bertram
Are you using ActiveMQ Artemis? Justin - Original Message - From: "Alec Henninger" To: users@activemq.apache.org Sent: Saturday, February 18, 2017 11:50:18 AM Subject: Replication and client transactions Hi all, Given I have a broker with for example two backups, configured with journ

Replication and client transactions

2017-02-18 Thread Alec Henninger
Hi all, Given I have a broker with for example two backups, configured with journal replication (not shared storage), is there a way to guarantee a message has successfully replicated before completing a write? Does this happen automatically, or is configuration necessary to achieve this? Is it