Spring Transaction Synchronization of JDBC and JMS

后端 未结 3 1537
孤城傲影
孤城傲影 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-01 20:19

    This article might be of help Distributed transactions in Spring, with and without XA. I don't think it covers your case specifically - sending message + updating database.

提交回复
热议问题