Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.util |
Some utility Broker Plugins
|
org.apache.activemq.shiro | |
org.apache.activemq.shiro.authc | |
org.apache.activemq.shiro.authz | |
org.apache.activemq.shiro.env | |
org.apache.activemq.shiro.subject |
Modifier and Type | Class and Description |
---|---|
class |
BrokerPluginSupport
A useful base class for implementing broker plugins.
|
class |
InsertableMutableBrokerFilter
Inserts itself into the BrokerStack
|
Constructor and Description |
---|
InsertableMutableBrokerFilter(MutableBrokerFilter parent) |
Modifier and Type | Class and Description |
---|---|
class |
DestinationPathSeparatorBroker |
class |
DestinationsPlugin
A simple plugin that can be used to export/import runtime destinations.
|
class |
LoggingBrokerPlugin
A simple Broker intercepter which allows you to enable/disable logging.
|
class |
MulticastTraceBrokerPlugin
A Broker interceptor which allows you to trace all operations to a Multicast
socket.
|
class |
RedeliveryPlugin
Replace regular DLQ handling with redelivery via a resend to the original destination
after a delay
A destination matching RedeliveryPolicy controls the quantity and delay for re-sends
If there is no matching policy or an existing policy limit is exceeded by default
regular DLQ processing resumes.
|
class |
TimeStampingBrokerPlugin
A Broker interceptor which updates a JMS Client's timestamp on the message
with a broker timestamp.
|
class |
TraceBrokerPathPlugin
The TraceBrokerPathPlugin can be used in a network of Brokers.
|
class |
UDPTraceBrokerPlugin
A Broker interceptor which allows you to trace all operations to a UDP
socket.
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityFilter |
class |
ShiroPlugin |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationFilter
The
AuthenticationFilter enforces if authentication is required before allowing the broker filter chain
to continue. |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationFilter
The
AuthorizationFilter asserts that actions are allowed to execute first before they are actually
executed. |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentFilter
An abstract
BrokerFilter that makes the Shiro Environment available to subclasses. |
Modifier and Type | Class and Description |
---|---|
class |
SubjectFilter
The
SubjectFilter ensures a Shiro Subject representing the client's identity is associated with
every connection to the ActiveMQ Broker. |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.