diff options
| author | Gordon Sim <gsim@apache.org> | 2013-06-12 17:56:12 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-06-12 17:56:12 +0000 |
| commit | 4d4276904ea9fa45d36ea8b44b08b60c1816f3d7 (patch) | |
| tree | c08a3bc48717eb85d8a9e9c572a4f53278eef404 /specs | |
| parent | ec18c64e929a9fb5521a9a5bb0070084237fbd28 (diff) | |
| download | qpid-python-4d4276904ea9fa45d36ea8b44b08b60c1816f3d7.tar.gz | |
QPID-4766: Added generic filter support to address handling in qpid::messaging. Added support for legacy-headers-binding and newly defined xquery filters.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1492310 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/apache-filters.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/specs/apache-filters.xml b/specs/apache-filters.xml index a4e40aa93c..644c796893 100644 --- a/specs/apache-filters.xml +++ b/specs/apache-filters.xml @@ -224,4 +224,22 @@ symbol | String </doc> </type> </section> + <section name="xquery" title="An xquery based filter"> + <type class="restricted" name="xquery" source="string" provides="filter"> + <descriptor name="apache.org:xquery-filter:string" code="0x0000468C:0x00000005"/> + <doc> + <p> + The xquery filter consists of a described string value + containing a valid xquery string against which messages + are matched. + </p> + <p> + Containers which support the filter defined in this + section should advertise the capability + <term>APACHE.ORG:XQUERY</term> in their connection + capabilities when sending the open performative. + </p> + </doc> + </type> + </section> </amqp> |
