Can someone explain me how transaction management is achieved using MQ?
I went thro' some course material and found that tcs initiates transaction management.
TRANSTART
tcc send request to TCS.
TCS places it in its in-stack and send to OFS
OFS processes request
OFS updates T24
TCS gets response and places in out- stack
TCC picks up response
TRANSEND
wat will happen if TCC is dead? Will the transaction get rolled back?
When is data actually written to the database. Are there any updates made to FWC,FWT and FWF?