Re: Messages are blocked in queue when using JDBC Master/Slave

2007-12-15 Thread Dave Song
Thanks for your reply, Hiram. I have tried to configurate two brokers to use different databases. It was not Master/Slave anymore. However, I got the same test result. I have tried "Network of brokers" solution too. I met another issue which was similar. Some messages were blocked in queue rand

Re: Messages are blocked in queue when using JDBC Master/Slave

2007-12-15 Thread Hiram Chirino
If you disable database locking.. you need to use some other mechanism to stop the slave broker from becoming active while the master is online. If bother brokers become active on the same database scheme data corruption can occur and will produce will produce a variety of observable 'bugs' On De

Re: Messages are blocked in queue when using JDBC Master/Slave

2007-12-15 Thread Dave Song
No. I am using AMQ4.1.1 stable with Spring2.0. Thank you Hiram Chirino wrote: > > You using AMQ 5.0.0 ?? > > On Dec 14, 2007 6:23 AM, Dave Song <[EMAIL PROTECTED]> wrote: >> >> Hi,there >> >> I have a question when using JDBC Master/Slave. Some of the messages that >> have sent to queue are

Re: Messages are blocked in queue when using JDBC Master/Slave

2007-12-14 Thread Hiram Chirino
You using AMQ 5.0.0 ?? On Dec 14, 2007 6:23 AM, Dave Song <[EMAIL PROTECTED]> wrote: > > Hi,there > > I have a question when using JDBC Master/Slave. Some of the messages that > have sent to queue are not consumed by messageListener > > > I used ActiveMQ with spring. It worked perfect with one bro