diff options
Diffstat (limited to 'cpp/src/qpid/cluster/RetractClient.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/RetractClient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/RetractClient.cpp b/cpp/src/qpid/cluster/RetractClient.cpp index 7d9f52fc39..a8c4b0d543 100644 --- a/cpp/src/qpid/cluster/RetractClient.cpp +++ b/cpp/src/qpid/cluster/RetractClient.cpp @@ -52,6 +52,7 @@ void RetractClient::run() { c.open(url, connectionSettings); AutoClose ac(c); AMQFrame retract((ClusterConnectionRetractOfferBody())); + client::ConnectionAccess::getImpl(c)->expand(retract.encodedSize(), false); client::ConnectionAccess::getImpl(c)->handle(retract); } catch (const std::exception& e) { QPID_LOG(error, " while retracting retract to " << url << ": " << e.what()); |
