Hi, broker to broker authentication using ssl is already implemented in activemq. Take a look at the following test case
https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/security/JaasNetworkTest.java?r=HEAD and especially the configuration files: https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/broker1.xml?r=HEAD https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/broker2.xml?r=HEAD Cheers -- Dejan Bosanac ----------------- FuseSource - The experts in open source integration and messaging. Email: [email protected] Web: http://fusesource.com Twitter: http://twitter.com/dejanb ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Dec 14, 2010 at 12:29 AM, artnaseef <[email protected]> wrote: > > For my custom security solution using BrokerFilter, I'm trying to secure the > addBroker() operation to prevent unauthorized brokers from connecting. > > Authorization will use the SSL client certificate of the broker connection. > > Looking through the Connection and BrokerInfo arguments to addBroker(), > there does not appear to be a way to get to the SSL certificate information. > Is that correct? > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/BrokerFilter-securing-addBroker-via-SSL-certs-tp3086239p3086239.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
