If a process is using JMS connector as ActiveMQ what will happen to the following transcations, will it commit or rollback,
- A process having one or two database update calls, if process fails what will happen to database updates ?
- A process having database and http update: if process fails what will happen to database and http update?
- A process having one or more HTTP updates and post calls, what will happen to http update and post if process fails ?
I tried doing the poc for the above but bit confused with transactionality with ActiveMQ and its behavior. It seems like transaction is not working any of the above three scenarios.