Robbie Gemmell created QPID-6391:
------------------------------------
Summary: [C++ Broker] [AMQP 1.0] add support for a 'no-local'
filter
Key: QPID-6391
URL: https://issues.apache.org/jira/browse/QPID-6391
Project: Qpid
Issue Type: Improvement
Components: C++ Broker
Affects Versions: 0.31
Reporter: Robbie Gemmell
Priority: Minor
The JMS clients support the idea of 'no-local' on topic
subscriptions/consumers. This means that that subscribers/consumers dont
receive messages published by the same connection or, in the case of durable
subscriptions, by any connections with the same ClientID.
Both the JMS clients currently use the following filter (from \[1\]) to denote
this:
{noformat}
<type name="selector-filter" class="restricted" source="string"
provides="filter"> <descriptor name="apache.org:selector-filter:string"
code="0x0000468C:0x00000004"/> </type>
{noformat}
It is likely that the AMQP JMS Mapping will eventually define its own filter
for this, but the expected behaviour should be the same.
\[1\]
https://svn.apache.org/repos/asf/qpid/trunk/qpid/specs/apache-filters.xml#type-no-local-filter
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]