XA transaction example in Quarkus #44895
Unanswered
joe-specimen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am pretty new to the XA transactions and non-XA transactions stuff inside Quarkus. What I would like if somebody can show me an example how to define XA transactions inside Quarkus project.
Preferably it would be nice if it would be simple example where first something is commited into the DB (with Panache repository pattern) and after persisting the entity then message is created and sent it via Amqp reactive message to the Artemis message broker.
In this example I would like to see how the application.properties would look like and how the class which opens and commits the transaction looks like.
Beta Was this translation helpful? Give feedback.
All reactions