garethahealy / amq6-dual-jaas-plugin

[DEAD] JAAS AMQ Plugin to do dual authentication - one for clients and another for broker to broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Release Version License

amq6-dual-jaas-plugin

This plugin is a customization and extension of the ActiveMQ JaasDualAuthenticationPlugin. It allows clients to connect via username/password and Network of Brokers via certificates, both over SSL.

Usage

<broker>

    <!-- All your normal AMQ stuff -->
    
    <plugins>
        <bean id="jaasDualAuthenticationNetworkConnectorPlugin" class="com.garethahealy.amq6dualjaasplugin.JaasDualAuthenticationNetworkConnectorPlugin" xmlns="http://www.springframework.org/schema/beans">
            <property name="configuration" value="activemq-props"/>
            <property name="sslConfiguration" value="activemq-cert"/>
        </bean>
    </plugins>
    
</broker>

About

[DEAD] JAAS AMQ Plugin to do dual authentication - one for clients and another for broker to broker

License:Apache License 2.0


Languages

Language:Java 99.2%Language:Shell 0.8%