diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-28 23:37:52 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-28 23:37:52 +0000 |
| commit | fabf031b77cbf1784a25039fc79bcb21b820d4b8 (patch) | |
| tree | cb2aed1968622147ffef540857205e5a24d5e604 /dotnet/TODO.txt | |
| parent | 383a2c3ba7afb9f3c49b6980b3b64439e9e8e6ae (diff) | |
| download | qpid-python-fabf031b77cbf1784a25039fc79bcb21b820d4b8.tar.gz | |
QPID-135 Ported enough transaction support to run FailoverTxTest. Still has same problem as the Java client in that on fail-over the "transaction" continues but the earlier part of the transaction is forgotten.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/TODO.txt')
| -rw-r--r-- | dotnet/TODO.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dotnet/TODO.txt b/dotnet/TODO.txt index 00b4ddf361..ec2701dd86 100644 --- a/dotnet/TODO.txt +++ b/dotnet/TODO.txt @@ -1,9 +1,4 @@ -https://issues.apache.org/jira/browse/QPID-134 -* Failover. - * Review new API methods for fail over requirements. - i.e. lock on mutex for non-blocking methods, FailoverSupport (for blocking methods) - https://issues.apache.org/jira/browse/QPID-135 * transactions Tx.Select and Tx.Commit * Do the TxSelect message after opening a transactional channel |
