Here is repost of http://stackoverflow.com/questions/4423125/spring-is-it-possible-to-use-multiple-transaction-managers-in-the-same-applica question. php
Here is applicationContext.xml config part: html
and code using: spring
So, as you see we can simply use several connections with transaction management in Spring application. app
See also,
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/transaction.html#tx-multiple-tx-mgrs-with-attransactional
Enjoy! post