eclipse-ee4j / eclipse-ee4j/genericmessagingra

Support for read-only transaction in xa resource proxy

Open
#29 4 comments 0 reactions 1 assignee Claimed by @glassfishrobot View on GitHub
Component: core ERR: Assignee Priority: Major Type: Task
Dominant language
Java
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

Description

generic jms ra has a proxy for the XA resource participating in an XA
transaction. the proxy controls the transaction state changes in the actual xa
resource.
So the actual state change may not be propagated back to the resource always. In
case of a read-only transactions, the behavior of the Resource proxy needs to be
verified. In case of read-only transaction prepare or commit may not be called
on the transaction (depending on whethere there is 1 or more resources in the
transaction). This situation has to be accounted in the resource proxy,
especially during redelivery when the start of a transaction is delayed until
prepare is called.
#### Environment
Operating System: All
Platform: Sun
#### Affected Versions
[v1.6]

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.