Hi, So I'm interested in the state of IP based authorization for ActiveMQ. I can see some work on blacklisting in Apollo:
https://issues.apache.org/jira/browse/APLO-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel#issue-tabs And I can see an example JAAS Plugin: http://www.javabeat.net/articles/314-building-a-custom-security-plugin-in-activemq-1.html I'm curious - Is there any JAAS Plugin developed by the ActiveMQ team to provide levels of IP authorization? Or is the norm here to develop a custom JAAS plugin? The goal here is to provide different grades of access to queues and topics implicitly based on IP. ken.