Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Transaction Management in Spring-Integration framework

  1. #11
    Join Date
    Aug 2005
    Location
    Atlanta
    Posts
    124

    Default

    Hi,

    Just wanted to mention it - As an alternative (depending on your specific requirements), you might also want to consider using "Compensating Transactions" instead of distributed transactions.

    http://www.infoq.com/articles/ebay-s...best-practices

    http://en.wikipedia.org/wiki/Compensating_transaction

    Cheers,

    Gunnar
    Gunnar Hillert
    SpringSource/VMWare, Spring Integration team
    SpringSource Team - Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/ghillert
    http://blog.hillert.com/
    http://blog.springsource.com/author/ghillert/

  2. #12
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,854

    Default

    I'd also highly recommend reading this article: http://www.javaworld.com/javaworld/j...nsactions.html

    One thing you'll notice is that the Spring Framework provides flexibility to use just about any transaction strategy you want, and since Spring Integration builds directly upon the underlying framework, the same options are available within a Spring Integration app.

    Hope that helps.
    -Mark

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •