If we had transactions done per batch, we would solve not only the messaging bottleneck, but also the database bottleneck.
say... you could batch commits per 100 records. If 1 record failed you would eventually process the 100 records again what would give you a better throughput on both the database and messaging. You still guarantee transaction on each message. I' m almost sure this is what other companies are doing with SpecJ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244386#4244386 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244386 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
