Only one broker can operate the database at the same time and only one broker can be the master which succeeds in grabbing the row lock in the shared database. Other brokers should be waiting for succeeding in grabbing the row lock to become the master. In your case I suspect your two brokers are both the master and your clients can connect to them both.
At 2013-07-04 13:25:40,ajay <[email protected]> wrote: >I was wrong on that point.Two brokers are used.say n number of brokers.to be >precise am pointing two servers to same dataabses > > > >-- >View this message in context: >http://activemq.2283324.n4.nabble.com/Activemq-Duplicate-Message-persistence-tp4668835p4668868.html >Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
