revoke topic
revoke topic topic-name user=name | group=name permissions revoke topic topic-name * [user | admin | both]
Revoke the specified permissions from a user or group for the named topic.
User and group permissions for topics are
subscribe
,
publish
,
durable
,
use_durable
, and
all
. Administrator permissions for topics are
view
,
create
,
delete
,
modify
, and
purge
.
If you specify an asterisk (*), all user-level permissions on this topic are removed. You can use the optional
admin
parameter to revoke all administrative permissions, or the
both
parameter to revoke all user-level and administrative permissions on the topic.
For more information, see Authentication and Permissions.