Distributed Transaction configuration in Spring3.x

Source: Internet
Author: User

Distributed Transaction configuration in Spring3.x

Because Spring3.x has been used for some time, the original transaction configuration is basically based on the same data source (you can use a connection to specify the operations of multiple databases in data operations, it can also perform rollback and transaction commit, basically implementing distributed transaction processing). Today, we have used atomikos for transaction configuration and conducted a simple test, because atomikos comes with the connection pool when configuring the data source, there is no special test on the Connection Pool performance, and the original c3p0 transaction configuration is removed. This will be tested tomorrow.

The dependent Java open-source package is automatically downloaded using maven:

My configurations


3.9.3


Javax. transaction
Jta
1.1



Com. atomikos
Transactions-jdbc
$ {Atomikos-version}


Com. atomikos
Transactions-jms
$ {Atomikos-version}
 

Write down the configuration of atomikos + spring jdbc for future project reference.


Init-method = init destroy-method = close id = performancebase>

Mysql/$ {BasesDB. DBName}




$ {Jdbc. basesUser}
$ {Jdbc. basesPassword}
$ {Jdbc. basesJdbcUrl}






20000

 



Init-method = init destroy-method = close id = performancefile>
Mysql/$ {FilesDB. DBName}




$ {Jdbc. filesUser}
$ {Jdbc. filesPassword}
$ {Jdbc. filesJdbcUrl}






20000


Init-method = init destroy-method = close>

 

The other is the basic jdbc configuration.




Basic DAO Interface





Basic DAO Interface



 

?? ??

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.