summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/xml/XmlExchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/xml/XmlExchange.h')
-rw-r--r--cpp/src/qpid/xml/XmlExchange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/xml/XmlExchange.h b/cpp/src/qpid/xml/XmlExchange.h
index 802afddeab..4394ede5e7 100644
--- a/cpp/src/qpid/xml/XmlExchange.h
+++ b/cpp/src/qpid/xml/XmlExchange.h
@@ -53,7 +53,7 @@ class XmlExchange : public virtual Exchange {
const ::qpid::framing::FieldTable& _arguments, Query query):
Binding(key, queue, parent, _arguments),
xquery(query),
- parse_message_content(true) {}
+ parse_message_content(true) { startManagement(); }
};