You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by hackerick4 <ha...@gmail.com> on 2017/11/20 03:26:11 UTC

sync 2 brokers message

I have a question that I want sync 2 brokers message due to fail over issue.
According to searching result from google, broker cluser feature almost
match my heart but it seems not to sync the message each other. 
How can I do it or what the point I can reach it .



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: sync 2 brokers message

Posted by Tim Bain <tb...@alumni.duke.edu>.
Are you asking about Artemis or ActiveMQ 5.x?

I'm not clear what you mean by "not sync the message each other." ActiveMQ
5.x supports master/slave mode where only one broker of the pair is active
but if it dies, the persistent message store contains all messages and the
slave broker can take over for the master without any loss of persistent
messages. Artemis can go one step further and allow replication of messages
between multiple active nodes in a cluster, allowing more than one broker
to share the load of servicing clients while still ensuring that messages
are not lost. Can you be more clear about what you're looking for when
"syncing" messages that's not met by whichever of those two capabilities
applies to the product you're asking about?

Tim

On Sun, Nov 19, 2017 at 8:26 PM, hackerick4 <ha...@gmail.com> wrote:

> I have a question that I want sync 2 brokers message due to fail over
> issue.
> According to searching result from google, broker cluser feature almost
> match my heart but it seems not to sync the message each other.
> How can I do it or what the point I can reach it .
>
>
>
> --
> Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-
> f2341805.html
>