summaryrefslogtreecommitdiff
path: root/qpid/dotnet
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-11-29 01:27:21 +0000
committerSteven Shaw <steshaw@apache.org>2006-11-29 01:27:21 +0000
commit260e96b8c02b021d237bec653bdc753488d96308 (patch)
treefb1434a349a8ea042275fa6ade13b224ee964dd0 /qpid/dotnet
parent18089c901996ab36a5bce9551200dd3ff88148ff (diff)
downloadqpid-python-260e96b8c02b021d237bec653bdc753488d96308.tar.gz
QPID-135 Transactions are implemented.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@480319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet')
-rw-r--r--qpid/dotnet/TODO.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/dotnet/TODO.txt b/qpid/dotnet/TODO.txt
index ec2701dd86..93f359dacf 100644
--- a/qpid/dotnet/TODO.txt
+++ b/qpid/dotnet/TODO.txt
@@ -1,8 +1,4 @@
-https://issues.apache.org/jira/browse/QPID-135
-* transactions Tx.Select and Tx.Commit
- * Do the TxSelect message after opening a transactional channel
-
https://issues.apache.org/jira/browse/QPID-136
* createSession with prefetch (warning: prefetch partly added)
* Do the BasicQos message after opening channel (sets up prefetch).