This content has been marked as final.
Show 2 replies
-
1. Re: SmooksAction not participating in XA transaction properly
burmanm Dec 17, 2010 11:44 AM (in response to burmanm)It looks like this is related to HornetQ somehow since it works with JBoss Messaging 1.4.7 in my preliminary tests.. more investigation required.
-
2. Re: SmooksAction not participating in XA transaction properly
burmanm Dec 20, 2010 8:46 AM (in response to burmanm)Yep, this is HornetQ related. Creating a SmooksAction (in XA-transacted mode) where you do:
smooks.filterSource(execContext, source);
System.out.println("I'm gonna sleep now for 10s");
Thread.sleep(10000);
System.out.println("Time to wakeup");Will result in esbr:routed messages being processed in the following services before Thread.sleep() is done. RuntimeException here will not roll them back. This all works fine with JBoss Messaging. A bug, but in which software?