7.12.3 Configure Spring REST Participant App to Leverage Transactional Event Queues
Use the information provided in this section to integrate Oracle MicroTx library with your Spring REST participant application to leverage the Oracle Transactional Event Queues (TEQ) feature.
You can also perform the following steps for a Spring REST application that initiates and participates in an XA transaction.
Source code of a sample Spring REST transaction participant application which uses the MicroTx XA library functions to leverage TEQ is available in the xa/java/jms/department-spring-teq
folder in the microtx-samples
GitHub repository. You can use this as a reference while integrating the MicroTx libraries with your application.