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>
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.