On 2/9/07, Felipe Gaucho <[EMAIL PROTECTED]> wrote:
Hi there, how Service MIX guarantee that a message in the queue will not be lost ? What is the fail-safe mechanism used by SM ?
When using ActiveMQ you can configure various different strategies to ensure messages are not lost by running various Master/Slave policies to ensure that messages are never lost and are Highly Available http://activemq.apache.org/masterslave.html the easiest solution (though not the fastest) is JDBC based Master/Slave where a shared database is used (which could itself be clustered/HA) -- James ------- http://radio.weblogs.com/0112098/
