This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new 6bc4dc504 improve spacing
6bc4dc504 is described below
commit 6bc4dc50493d3cc59d73f61265a4a3587a0331af
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Thu May 28 19:01:31 2026 -0400
improve spacing
---
src/components/classic/documentation/security.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/components/classic/documentation/security.md
b/src/components/classic/documentation/security.md
index a38eaf58e..951254ad2 100644
--- a/src/components/classic/documentation/security.md
+++ b/src/components/classic/documentation/security.md
@@ -96,11 +96,14 @@ If necessary, the use of advisories in this manner can be
disabled via the _watc
<authorizationEntries>
<!-- Some destination a user may access -->
<authorizationEntry queue="TEST.Q" read="users" write="users"
admin="users" />
+
<!-- Grant all users permission to create advisory topics, but
only admins to read/write -->
<authorizationEntry topic="ActiveMQ.Advisory.>" read="admin"
write="admin" admin="*"/>
+
<!-- Grant all users permission to read/write advisories for
temporary destinations -->
<authorizationEntry topic="ActiveMQ.Advisory.TempQueue" read="*"
write="*" admin="*"/>
<authorizationEntry topic="ActiveMQ.Advisory.TempTopic" read="*"
write="*" admin="*"/>
+
<!-- Grant users that will be used to create a network of
brokers permission for consumer advisories -->
<authorizationEntry topic="ActiveMQ.Advisory.Consumer.>"
read="bridge-user,admin" write="bridge-user,admin" admin="bridge-user,admin"/>
<authorizationEntry
topic="ActiveMQ.Advisory.VirtualDestination.Consumer.>"
read="bridge-user,admin" write="bridge-user" admin="bridge-user,admin"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact