diff options
Diffstat (limited to 'dotnet')
| -rw-r--r-- | dotnet/Qpid.Client.Tests/log4net.config | 2 | ||||
| -rw-r--r-- | dotnet/Qpid.Client/Client/AmqChannel.cs | 2 | ||||
| -rw-r--r-- | dotnet/TODO.txt | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/dotnet/Qpid.Client.Tests/log4net.config b/dotnet/Qpid.Client.Tests/log4net.config index 1cd86f3fa9..71096de248 100644 --- a/dotnet/Qpid.Client.Tests/log4net.config +++ b/dotnet/Qpid.Client.Tests/log4net.config @@ -7,7 +7,7 @@ <appender name="filelog" type="log4net.Appender.FileAppender"> <file value="qpid_client.log"/> - <appendToFile value="true"/> + <appendToFile value="false"/> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%d [%t] %-5p %c:%M(%L) - %m%n" /> </layout> diff --git a/dotnet/Qpid.Client/Client/AmqChannel.cs b/dotnet/Qpid.Client/Client/AmqChannel.cs index 6b0661b3be..5216394a26 100644 --- a/dotnet/Qpid.Client/Client/AmqChannel.cs +++ b/dotnet/Qpid.Client/Client/AmqChannel.cs @@ -768,6 +768,8 @@ namespace Qpid.Client acknowledgeMode == AcknowledgeMode.NoAcknowledge, exclusive, true); + _replayFrames.Add(basicConsume); + _connection.ProtocolWriter.Write(basicConsume); return tag; } diff --git a/dotnet/TODO.txt b/dotnet/TODO.txt index 7494b13b42..00b4ddf361 100644 --- a/dotnet/TODO.txt +++ b/dotnet/TODO.txt @@ -1,7 +1,6 @@ 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) |
