From c4ea1753628be4013e2d26767f03fe21b9a7e1e7 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 1 May 2012 15:00:17 +0000 Subject: Clarified that syntax for selector filter is based on the selector syntax in the JMS specification git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332680 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/specs/apache-filters.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'qpid') diff --git a/qpid/specs/apache-filters.xml b/qpid/specs/apache-filters.xml index f3bebc14ad..24e1d521e2 100644 --- a/qpid/specs/apache-filters.xml +++ b/qpid/specs/apache-filters.xml @@ -147,9 +147,13 @@

- The Java Message Service "selector" defines an SQL like syntax for filtering messages. - The selector filters based on the values of "headers" and "properties". The defined - JMS headers can be mapped to equivalent fields within the AMQP message sections: + The Java Message Service "selector" defines an SQL like + syntax for filtering messages. The selector filters based + on the values of "headers" and "properties". The + selector-filter uses the selector as defined by JMS but + with the names of JMS headers translated into their AMQP + equivalents. The defined JMS headers can be mapped to + equivalent fields within the AMQP message sections:

JMS Header Name | AMQP 1.0 Field -- cgit v1.2.1