Author: steshaw
Date: Tue Nov 28 09:47:31 2006
New Revision: 480140
URL: http://svn.apache.org/viewvc?view=rev&rev=480140
Log:
Updated TODO.txt with JIRA issue urls.
Modified:
incubator/qpid/trunk/qpid/dotnet/TODO.txt
Modified: incubator/qpid/trunk/qpid/dotnet/TODO.txt
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/dotnet/TODO.txt?view=diff&rev=480140&r1=480139&r2=480140
==============================================================================
--- incubator/qpid/trunk/qpid/dotnet/TODO.txt (original)
+++ incubator/qpid/trunk/qpid/dotnet/TODO.txt Tue Nov 28 09:47:31 2006
@@ -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