Results 1 to 2 of 2

Thread: Which transaction manager to use for Spring Integration project?

  1. #1
    Join Date
    Feb 2012
    Posts
    2

    Default Which transaction manager to use for Spring Integration project?

    Hi, I am working on a spring integration project. I will be performing crud operations on oracle database, reading oracle AQ message, consuming/publishing JMS message to tibco queues. We are planning to deploy it as a standalone java app. I was wondering what type of transaction manager we should be using. Appreciate some inputs in this regard!

  2. #2
    Join Date
    Oct 2011
    Location
    Mumbai, India
    Posts
    213

    Default

    If you need all of these to participate in a transaction and you are ok with distributed transactions then JTA transaction manager is the easiest to use. Since you are executing in standalone mode, have a look at JOTM and Atomikos.
    Last edited by Amol Nayak; Mar 8th, 2012 at 07:53 AM. Reason: Edited the link

Posting Permissions

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