Re: How to implement event auditing with guava eventbus and activemq

2017-11-19 Thread Tim Bain
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

Re: sync 2 brokers message

2017-11-19 Thread Tim Bain
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

sync 2 brokers message

2017-11-19 Thread hackerick4
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