-
Mar 7th, 2012, 05:34 PM
#1
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!
-
Mar 8th, 2012, 07:47 AM
#2
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
-
Forum Rules