| Author |
How to determine which is a XA resource
|
Ashwin Sridhar
Ranch Hand
Joined: Jul 09, 2011
Posts: 272
|
|
Hi,
I operate on two resources, a database and a jms queue. How to find which of these resources is XA resource.
or, Is a JMS always a XA reource...?
In case of JDBC, I found from environment variables if its XA or not.
How to determine if my Queue is a XA resource or not.
|
Ashwin Sridhar
SCJP | SCWCD | OCA
|
 |
Ashwin Sridhar
Ranch Hand
Joined: Jul 09, 2011
Posts: 272
|
|
|
Any suggestions
|
 |
Murali Surampalli
Greenhorn
Joined: Oct 27, 2011
Posts: 3
|
|
|
For JMS, if you use SIBus/Websphere MQ, its always going to be XA. For JDBC, it depends on your driver type whether it is XA Datasource or PooledDatasource.
|
 |
 |
|
|
subject: How to determine which is a XA resource
|
|
|