Re: [JBoss-user] Strange MySQL JMS persistent behavior

2003-11-14 Thread Michael Klem
Thank you so much Adrian! I only spent about 6 hours performing various tests, configurations and interrogating my code before emailing the list. Just wanted to make sure I didn't miss anything so obvious. Seems like I did though. I think I got these sql properties from an old post on the JBoss

Re: [JBoss-user] Strange MySQL JMS persistent behavior

2003-11-13 Thread Adrian Brock
Compare your properties with the one in docs/examples/jms in jboss 3.2.2 You'll find one of the deletes should be done through a join. Regards, Adrian On Fri, 2003-11-14 at 00:13, Michael Klem wrote: > Using: > JBoss 3.0.8 > MySQL 4.0.14 > MySQL Driver mysql-connector-java-3.0.9-stable-bin.jar >

[JBoss-user] Strange MySQL JMS persistent behavior

2003-11-13 Thread Michael Klem
Using: JBoss 3.0.8 MySQL 4.0.14 MySQL Driver mysql-connector-java-3.0.9-stable-bin.jar I found that when using MySQL as my JMS data store, my JMS messages are not persisted correctly. I can verify that the messages are persisted to the MySQL db. When I stop JBoss the messages are still in the db