Is it possible to implement two-phase transaction pattern if we want to get tasks execute in parallel instead of serial?
I mean, let us have two tasks: A, B. This tasks may be performed independently in parallel. A transaction is considered complete when both tasks, A and B, completed successfully. If task A succeeds but task B failed, then we should compensate task A. Can this behaviour be configured by means of Mass-Transit Courier?