Transaction Intents and Policies

Scenarios

The scenario is a money transfer service offered in an online banking application. The customer can transfer money between accounts. The checking accounts are stored in a derby database and savings accounts are maintained in an ActiveMQ destinations.

Case 1 is a money transfer action between two resource managers under the
same global transaction. The 3 components are wired together locally using
binding.sca.

Case 2 is an extended version where CheckingAccountService component is from
another composite. The TransferService component talks to the
CheckingAccountService over binding.ws. It will involve the
WS-AtomicTransaction and the server side should be able to import the
transaction and function as a XATerminator.