Hi, I have written custom authorization plugin that allows users to publish only to specific queues.
For example there are 100 different queues demo/app1 , demo/app2 , demo/app3... As per authorization plugin, App1 can only publish to demo/app1 . Even if app1 publishes on "demo/#" it will only get published to demo/app1 But authorization plugin will go and check each and every queue (all other queues will fail to authorize). This plugin works perfectly fine. But how is it possible to ban Application/user for more than certain wrong authorization ? It should ban App2 when it tries to publish on demo/App1 or demo/App3 etc.. . Any suggestion will be greatly helpful. I am ready to write code if anyone can just give me idea. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Apollo-Ban-user-for-authorization-fail-tp4672007.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
