Author: ceposta
Date: Fri Dec 21 00:06:40 2012
New Revision: 1424770
URL: http://svn.apache.org/viewvc?rev=1424770&view=rev
Log:
Updated mqtt-docs for wildcard subscription section.. can't do regex match or partial match
on dests
Modified:
activemq/activemq-apollo/trunk/apollo-website/src/documentation/mqtt-manual.md
Modified: activemq/activemq-apollo/trunk/apollo-website/src/documentation/mqtt-manual.md
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/documentation/mqtt-manual.md?rev=1424770&r1=1424769&r2=1424770&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/documentation/mqtt-manual.md (original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/documentation/mqtt-manual.md Fri Dec
21 00:06:40 2012
@@ -201,8 +201,6 @@ For example using the above, these subsc
* `PRICE/STOCK/#` : Any price for a stock on any exchange
* `PRICE/STOCK/NASDAQ/+` : Any stock price on NASDAQ
* `PRICE/STOCK/+/IBM` : Any IBM stock price on any exchange
-* `PRICE/STOCK/+/I+` : Any stock price starting with 'I' on any exchange
-* `PRICE/STOCK/+/+{[0-9]}` : Any stock price that ends in a digit on any exchange
### Keep Alive
${project_name} will only set a keep-alive/heart-beat monitor if the client has specified
a `keepAlive` value in the
|