7.10.3.4 Configure Spring Boot App with a Non-XA and Non-JDBC Resource
Use the information provided in this section to configure your Spring Boot participant applications when you use a resource that does not support XA and JDBC.
Your application can connect to multiple XA-compliant resource managers. However, only a single non-XA resource can participate in a transaction.
Source code of a sample Spring REST transaction participant application which uses the MicroTx library and XA transaction protocol is available in the department-spring-nonxa-mongo
folder which is located in the microtx-samples
GitHub repository. You can use this as a reference while integrating the MicroTx libraries with your application.
Parent topic: Configure Spring Boot App as Transaction Participant