Re: JDBC Master/Slave Problems

2009-06-05 Thread rstephens
So, if Master/Slave isn't working, what's the best solution for HA? -- View this message in context: http://www.nabble.com/JDBC-Master-Slave-Problems-tp23844659p23891927.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

SOLVED: JDBC Master/Slave Problems

2009-06-05 Thread rstephens
:drunk: %-| Ok, it turns out that for JDBC Master/Slave, you actually need to store the messages in the DB...go figure... So using the example producer/consumer's you need to specify durable queues... Sorry for the confusion... -- View this message in context:

JDBC Master/Slave Problems

2009-06-02 Thread rstephens
Trying to test AMQ 5.2 with JDBC master slave... I am running two brokers on my dev machine, with separate ports...configs attached... http://www.nabble.com/file/p23844659/broker1.xml broker1.xml http://www.nabble.com/file/p23844659/broker2.xml broker2.xml I am testing with the example producer