Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 1.44 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.44 KB

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>