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

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

License

Notifications You must be signed in to change notification settings

garethahealy/amq6-dual-jaas-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published