7.11.3.4 Configure JAX-RS App with a Non-XA and Non-JDBC Resource
Use the information provided in this section to configure your JAX-RS 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 JAX-RS transaction participant application which uses the MicroTx library and XA transaction protocol is available in the department-nonxa
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 JAX-RS App as Transaction Participant