My point is that replication is meant for the high availability of message data, but if the message data is already persisted to disk in a reliable environment then there's no need to use replication at the broker level. If there's a broker failure then the message data can be recovered from the other environment where it was persisted.
Justin On Thu, Jul 27, 2017 at 6:49 AM, [email protected] < [email protected]> wrote: > Yes, that is why I was trying to check if there is any way to replicate > messages WITHOUT persistence and looks like it is not possible. > > Thanks for the quick reply and support. > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/How-to-SYNC-messages-in-Cluster-without- > using-persistence-on-the-message-broker-tp4728592p4728955.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
