I am looking at using pure master/slave for redundancy but the following statement concerns me:
"The master broker will only respond to a client when a message exchange has been successfully passed to the slave. For example, a commit in a clients transaction will not complete until the master and the slave have processed the commit." Does this mean if the slave is down the broker wont process messages ? Adam