[jboss-dev-forums] [JBoss Transactions Development] - Re: Remote Txn Inflow: Synchronizations

Jonathan Halliday do-not-reply at jboss.com
Fri Sep 30 09:09:28 EDT 2011


Jonathan Halliday [http://community.jboss.org/people/jhalliday] created the discussion

"Re: Remote Txn Inflow: Synchronizations"

To view the discussion, visit: http://community.jboss.org/message/629560#629560

--------------------------------------------------------------
It's hard to do lazily when all the communication is top down - there is no mechanism for the child to call up to the parent to register. You'd have to piggyback the registration on the return leg of a top down call rather than initiating a new bottom up one for it.  That's roughly one of the reasons I'm preferring to build the remoting transport around the jta rather than the jts. For example, the replay completion recovery model in jts won't work with remoting either - it needs the top down xa recovery scan model instead.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/629560#629560]

Start a new discussion in JBoss Transactions Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2041]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110930/e18484f0/attachment.html 


More information about the jboss-dev-forums mailing list