Hai, 
Am using Apollo broker with a ActiveMQ Connector. I want to create a topic
based authorization for user(say user2 to topic 'test-topic').I Have used
the access_rule in the apollo.xml for giving the authorization like this:

<broker>
(group access_rules)
<virtual_host id="mybroker">
<access_rule allow="user2" action="receive consume" kind="test-topic"
id="user2" />
</virtual_host>
</broker>

But in the apollo.log its showing that the rule is ignored :

2014-04-05 11:45:30,800 | WARN  | Ignoring invalid access rule. Unknown kind
'test-topic' <access_rule allow='user2' action='receive consume'
kind='test-topic' id='test-topic'/> | console | hawtdispatch-DEFAULT-2

Please Help !! 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Giving-Apollo-Topic-based-Authorization-for-user-tp4680081.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to