19.5.2. Configure Transactions (Remote Client-Server Mode)


JBoss Data Grid transactions are configured at the cache level. The following is the syntax used to configure transactions in Remote Client-Server mode:
<cache>
	...
 	<transaction mode="{NONE,NON_XA,NON_DURABLE_XA,FULL_XA}" />
	...
</cache>
Copy to Clipboard Toggle word wrap
The mode attribute sets the cache transaction mode. While valid values for this attribute are NONE, NON_XA, NON_DURABLE_XA, FULL_XA, JBoss Data Grid 6.1 supports only the NONE value because transactions are not available in Remote Client-Server mode.
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top