Add support for wildcard topic subscriptions
--------------------------------------------
Key: QPID-3
URL: http://issues.apache.org/jira/browse/QPID-3
Project: Qpid
Issue Type: New Feature
Reporter: Martin Ritchie
We need to add support for wildcard topics. For example, a client should be
able to subscribe to stocks.* and receive messages sent to topic stocks.ibm and
stocks.msft or whatever.
The protocol specification describes the syntax of the wildcard operators that
need to be supported.
This change will affect the topic exchange.
This needs to be done very carefully to ensure maximum efficiency - there must
be no degradation in performance in the non-wildcard case, and the algorithm
for the wildcard case must be researched.
The details of the algorithm and implementation should be put onto Confluence.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira