admin管理员组

文章数量:1133890

In our application we are using JMS to receive a message. Then we are processing the message and persisting in DB in a local transaction. After that we are acknowledging the JMS message. Is it considered an overlapping transaction? Is it allowed or not? Can there can be any issues in doing that?

We tried testing it and it has worked in debug mode, but someone is mentioning that these will be considered overlapping transactions and not allowed in Spring. Therefore, need view please.

本文标签: javaSpring JMS DB Transaction Allowed or NotStack Overflow