6.2 Workflow to Develop Applications with XA

Use the following workflow as a guide to develop your applications to use MicroTx to manage XA transactions.

Task Description More Information
Install MicroTx Install MicroTx and ensure that you can access it. Workflow to Install and Use MicroTx
Set up resource manager for your transaction participant applications Identify the type of resource manager that you want to use, such as XA-compliant or non-XA compliant. Plan Your Resource Manager
Provide configuration information for the MicroTx library properties. Perform this step for all the transaction participant and transaction initiator applications so that your applications can access the library. Configure Library Properties
Integrate MicroTx library with your application code. Select a suitable procedure to integrate the library based on the following factors:
  • the development framework for your application
  • whether an application initiates the transaction or participates in the transaction
Based on your app, perform one of the following tasks:
Deploy your application Develop, test, and deploy your microservices independently. After using the library files in your application, the application in your environment. Deploy Your Application