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.