3.5.3.6.2. Transaction Configuration


JBoss Data Grid transactions are configured at the cache level. The following is an example of how to configure transactions:
<cache>
..
 <transaction mode="NONE"
              stop-timeout="30000"
              locking="OPTIMISTIC" />
...
</cache>
  • The mode attribute sets the cache transaction mode. Valid values for this attribute are NONE (default), NON_XA, NON_DURABLE_XA, FULL_XA.
  • The stop-timeout attribute indicates the number of milliseconds JBoss Data Grid waits for ongoing remote and local transactions to conclude when the cache is stopped.
  • The locking attribute specifies the locking mode used for the cache. Valid values for this attribute are OPTIMISTIC (default) and PESSIMISTIC.
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.

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.

© 2024 Red Hat, Inc.