On 6/12/06, ENP <[EMAIL PROTECTED]> wrote:
Hi, Can I use jaasAuthenticationPlugin and authorizationPlugin with Master/Slave configuration?
Yes
Where can I define users,passwords,groups and authorization policy?
Users, passwords & groups are defined in JAAS See http://incubator.apache.org/activemq/security.html and the referenced example http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/login.config the users and groups are define dhere http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/
Need I configure only master or both?
Both
What will be happen after master failure in first case?
It fails over to the slave. All client connections will be re-authenticated & re-authorized on the slave. -- James ------- http://radio.weblogs.com/0112098/
