Thank you ofr the reply I changed the queue session to use transactions by setting the first arguemnt to be "true". I also follow the send with a commit call. This should allow me to commit or roll back a batch of sends to the queue.
This is what I did when using MQ series/Web Sphere MQ when I wanted to use transactions. I expected to send 10 messages, then commit them. then, send ten more and commit them, until I reach 100 messages. However, I hit an exception on the commit, and instead of commiting the first ten messages, they were rolled back and the application bailed. Of coarse, when I read from the queue, nothing was there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944969#3944969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944969 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
