What is the difference between connection pool data source and XA data source in websphere ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 6 of 6 Answers

Krishna

  • Jun 20th, 2014
 

Xa data source :

Example :

We have two accounts with different databases In such a case we want to transfer the funds to one account to another account Then we go for Xa data source.

Connection pool data source:

Example :

I have two account with same databases In that case if we want transfer funds one account to another account then we should use connection pool data source.

  Was this answer useful?  Yes

Thirupal

  • Nov 5th, 2014
 

XA Data Source-- its a data source where applications requires double phase commit transaction.
connection pool data source-- where applications require single phase commit transactions.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions