最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

acl - How to allow a client only to subscribe to a specific queue in the Solace broker - Stack Overflow

programmeradmin0浏览0评论

I am trying to allow a user to subscribe only to a specific queue without the possibility of publishing to the same queue. When I go to the ACL profile of my user, I can only set up which topics it can subscribe to or publish. But then, if I try to connect to a queue that doesn't have any of the same topics, I am able to do it. What am I missing?

I am trying to allow a user to subscribe only to a specific queue without the possibility of publishing to the same queue. When I go to the ACL profile of my user, I can only set up which topics it can subscribe to or publish. But then, if I try to connect to a queue that doesn't have any of the same topics, I am able to do it. What am I missing?

Share Improve this question asked Mar 3 at 15:46 João ReisJoão Reis 32 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

When configuring your acl-profile you can use a queue's network topic to configure access controls, so to only allow a client to consume from a specific queue called YourQueueName you can configure your ACL profile as follows: an ACL Profile:

  • Set the Publish Topic default action to Disallow
  • Add an exception for your specific queue using the pattern: #P2P/QUE/YourQueueName
发布评论

评论列表(0)

  1. 暂无评论