Spring Transaction Synchronization of JDBC and JMS

后端 未结 3 1536
孤城傲影
孤城傲影 2021-02-01 19:40

I have a spring web app running on jboss that is currently configured to use the HibernateTransactionManager for db transactions and the JmsTransactionManager for jms. For jms w

3条回答
  •  孤街浪徒
    2021-02-01 20:40

    Official Spring Boot repository contain JTA examples that combine JMS with JDBC based on Atomikos, Bitronix or Java EE server JBoss WildFly.

    Additionally I also created few examples that are located in my Github repository. This contains also non-Spring Boot (pure Spring) example.

提交回复
热议问题