JBoss Community

Re: SmooksAction not participating in XA transaction properly

created by Michael Burman in JBoss ESB Development - View the full discussion

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?

Reply to this message by going to Community

Start a new discussion in JBoss ESB Development at Community