I develop in C# using MQ v.7 native API.
I would like to use syncpoints to guarantee data consistency but can't find any code samples on how to use them.
I will be using local units of work. OS is Windows.
Can anyone share some links or code snippets on using Commit() and Backout() in C#?