This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8a2e6a656 Automatic Site Publish by Buildbot
8a2e6a656 is described below
commit 8a2e6a656b63d7586eb337c341ea242b22310718
Author: buildbot <[email protected]>
AuthorDate: Thu May 28 23:02:37 2026 +0000
Automatic Site Publish by Buildbot
---
output/components/classic/documentation/security.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/output/components/classic/documentation/security.html
b/output/components/classic/documentation/security.html
index f92d4ef63..1ef6a2ed3 100644
--- a/output/components/classic/documentation/security.html
+++ b/output/components/classic/documentation/security.html
@@ -202,11 +202,14 @@ However, normal users should generally
<strong>not</strong> be given access to r
<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