|
|
|
|
|
by dcminter
26 days ago
|
|
Is there a reason why two-phase commit can't work with a DB and a message queue? DB2 and MQ Series used to support this (though they called it "XA" transactions and you had to compile support into the drivers which felt a bit sketchy - late 90s I think). Should I have been suspicious of this? |
|
If you invoke 2PC, you want the states to progress thus:
A strictly harder problem, right?