ActiveMQ is not a database, and attempting to use it as one will probably
result in poor performance. ActiveMQ is meant to be a means of transferring
messages from producer to consumer, and it's optimized for the case where
messages are consumed shortly after they're produced. If you try to consume
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
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.2