summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-11-28 17:47:31 +0000
committerSteven Shaw <steshaw@apache.org>2006-11-28 17:47:31 +0000
commitc2a816fee8ff8d1d764699b2a6d57dab13628fc7 (patch)
tree3f68e713f140427f0f50c5aa21fc23d8683db89a
parent8a5f143f1857d3a257908573b2cd6812d6b0d0a7 (diff)
downloadqpid-python-c2a816fee8ff8d1d764699b2a6d57dab13628fc7.tar.gz
Updated TODO.txt with JIRA issue urls.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@480140 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/dotnet/TODO.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/qpid/dotnet/TODO.txt b/qpid/dotnet/TODO.txt
index 839853f4f9..7494b13b42 100644
--- a/qpid/dotnet/TODO.txt
+++ b/qpid/dotnet/TODO.txt
@@ -1,22 +1,24 @@
+https://issues.apache.org/jira/browse/QPID-134
* Failover.
* record and replay necessary commands.
* 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
+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).
-* Port Connection URL support.
-
+https://issues.apache.org/jira/browse/QPID-137
* .NET currently only supports no-ack mode. Allow acknowledgement support.
* Implement the PreAcknowledge ack mode. Add preDeliver/postDeliver methods in AmqSession like the Java client.
* Implement Recover() with Basic.Recover.
-* Blocking receive i.e. Basic.Get
+* Port Connection URL support.
* Implement durable subscriptions.
@@ -26,3 +28,5 @@
Compare against blocking socket transport and configure default appropriately.
* support multiple versions of AMQP from the same client.
+
+* Blocking receive i.e. Basic.Get