IntelliJ Java IDE
The moose likes Websphere and the fly likes How to determine which is a XA resource Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "How to determine which is a XA resource" Watch "How to determine which is a XA resource" New topic
Author

How to determine which is a XA resource

Ashwin Sridhar
Ranch Hand

Joined: Jul 09, 2011
Posts: 136

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: 136

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.
 
IntelliJ Java IDE
 
subject: How to determine which is a XA resource
 
Threads others viewed
Websphere, Entity bean called by MDB
Disributes Transactions in EJB
JMS outside of EJB container in Websphere 5.0
mock exam + MDB transaction
Distributed transactions in EJB
developer file tools