I need to sync the publishing of events with MySQL database transaction commits, and was planning on using the Transactional Outbox Pattern for this ( Pattern: Transactional outbox ). However, I was wondering if PubSub+ transactions can be leveraged for this, maybe with two-phased commit? Has anyone tried this? I’m using the JCSMP api in my application.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Any tricks to speed up Commit() using an ITransactedSession in C#? | 4 | 151 | March 20, 2024 | |
Transactions not supported | 1 | 413 | September 4, 2020 | |
Using an ITransactedSession and handling errors with the .net API | 7 | 254 | March 15, 2024 | |
Partitioned Queues and XA transactions | 7 | 203 | August 20, 2024 | |
SMF sample for Batch/Transacted Send and Receive | 8 | 600 | March 18, 2020 |