You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/08/29 14:34:36 UTC

svn commit: r1162762 - /activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md

Author: chirino
Date: Mon Aug 29 12:34:35 2011
New Revision: 1162762

URL: http://svn.apache.org/viewvc?rev=1162762&view=rev
Log:
Enhance the docs a bit.

Modified:
    activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md

Modified: activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md?rev=1162762&r1=1162761&r2=1162762&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md (original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md Mon Aug 29 12:34:35 2011
@@ -627,7 +627,9 @@ an authorization check:
   Defaults to `*`.
 
 * `id`: The identifier of the resource that will match this rule. You can use
-  `*` to match all resources. Defaults to `*`
+  `*` to match all resources. If the `kind` is set to `queue` or `topic` the
+  your can use a destination wild card to match against the destination id.
+  Defaults to `*`
 
 * `id_regex`: A regular expression to be applied against the id of the
   resource.