diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-28 19:12:37 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-28 19:12:37 +0000 |
| commit | 16f6727812c3c86b8be3e6c306408e9c6cc90633 (patch) | |
| tree | 8e9edb6637ff6af93980d6962172a646242c3c74 /dotnet/Qpid.Client/Client/Failover | |
| parent | f1503a0dd2aa10a83a18550dcde4843dd8aef0cb (diff) | |
| download | qpid-python-16f6727812c3c86b8be3e6c306408e9c6cc90633.tar.gz | |
Initial changes to record and replay frames on fail over.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Client/Failover')
| -rw-r--r-- | dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs b/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs index 89a9809253..aa79749b41 100644 --- a/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs +++ b/dotnet/Qpid.Client/Client/Failover/FailoverHandler.cs @@ -121,7 +121,7 @@ namespace Qpid.Client.Failover if (_connection.FirePreResubscribe()) { _log.Info("Resubscribing on new connection"); - _connection.ResubscribeSessions(); + _connection.ResubscribeChannels(); } else { |
