Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 739 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 739 Bytes

activemq-plugin

ActiveMQ Plugins for authentication and authroization

Description

This project implements ActiveMQ security plugin that allows dynamic and generci queue authorization

Supose you have to autorize :

  • a user 'user1' with a role 'role1' to deque from 'queue1'
  • a user 'user2' with a role 'role2' to deque from 'queue2'
  • and so on ...

This plugin allows to implement this type of authorization without the necesity of manually configure one authroization entry for each queue.

The authorization is based on a 'pattern' that relates a role name to a queue name

This way you don't have to manually configure each queue authorization and yo can add queues dinamically withouth the need of re configuration