diff options
Diffstat (limited to 'cpp/src/qpid/client')
| -rw-r--r-- | cpp/src/qpid/client/Exchange.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/Exchange.h b/cpp/src/qpid/client/Exchange.h index 239c131658..f30881c94b 100644 --- a/cpp/src/qpid/client/Exchange.h +++ b/cpp/src/qpid/client/Exchange.h @@ -69,6 +69,13 @@ namespace client { * match zero or more words. */ static const std::string TOPIC_EXCHANGE; + + /** + * + */ + + static const std::string XML_EXCHANGE; + /** * The headers exchange routes messages based on whether their * headers match the binding arguments specified when |
