From 8d8a9162f7ba5a99a7c8b8b57aae860ab3028078 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 6 May 2008 17:52:03 +0000 Subject: From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan Robie. XML exchange allowing messages to be routed base on XQuery expressions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653854 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Exchange.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpp/src/qpid/client') 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 -- cgit v1.2.1