Spring-使用 JTA 事务管理器使用 JPA 存储库启动 JBOSS 6

Spring-boot with JPA Repositories using JTA Transaction Manager using JBOSS 6

目前我正在开发 spring-boot 应用程序,它使用 JPA 存储库和 HornetQ JMS。我希望 spring 引导使用 JTA 事务管理器来默认管理分布式事务 "transactionManager"。我们目前正在为 spring 使用基于@Annotation 的配置。我们还为 spring 启动启用了@EnabledSpringAutoConfiguration。您能否帮我进行配置,使我可以使用 Spring-Boot 和 JTA 事务管理器。欢迎任何帮助或指点。

I created few JTA examples with Spring Boot。我没有使用 JBoss,但他们可能会有所帮助,因为他们使用 JDBC 数据存储和 JMS 代理。

有些示例是故意失败的,因为它们是作为本书示例创建的。