"genman" wrote :
| But you can implement a pretty decent solution on the client side by generating your
own unique business transaction ID and processing on the consumer side only if that
transaction ID was never processed before.
Yes indeed.
Discarding duplicates is a very powerful solution that can often obviate the need for slow
XA and still provide once and only once guarantees.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095439#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...