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 >