Registry / messaging / activemq-shiro

activemq-shiro

JSON →
library6.2.6javamavenunverified

ActiveMQ secured by Apache Shiro providing authentication and authorization for message brokers.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-shiro</artifactId> <version>6.2.6</version> </dependency>
INSTALL
IMPORT
SIG · ACTIVEMQ-SHIRO
A
activemq-shiro
messagingjavav6.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ShiroSecurityContext
org.apache.activemq.shiro.ShiroSecurityContext

Creates a Shiro security context for ActiveMQ authentication.

import org.apache.activemq.shiro.ShiroSecurityContext; import org.apache.shiro.subject.Subject; ShiroSecurityContext context = new ShiroSecurityContext(); Subject subject = context.getSubject(); System.out.println("Authenticated: " + subject.isAuthenticated());
Debug
Known issues
gotchaShiro integration may conflict with other security plugins.
fix
Ensure no other security plugins are enabled in ActiveMQ configuration.
affects: all
Upgrade
Version history
6.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
65 hits · last 30 days
node
58
Resources