Uses of Interface
org.apache.activemq.broker.Broker
-
Packages that use Broker Package Description org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.cluster org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.cursors Cursors used to page persistent messages into the broker from the storeorg.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard.org.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.broker.scheduler The Message Scheduler for delayed (or scheduled) message deliveryorg.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.broker.view Broker Plugins for visualising the current systemorg.apache.activemq.partition org.apache.activemq.plugin org.apache.activemq.plugin.java org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation.org.apache.activemq.shiro org.apache.activemq.shiro.authc org.apache.activemq.shiro.authz org.apache.activemq.shiro.env org.apache.activemq.shiro.subject org.apache.activemq.util org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients. -
-
Uses of Broker in org.apache.activemq.advisory
Classes in org.apache.activemq.advisory that implement Broker Modifier and Type Class Description class
AdvisoryBroker
This broker filter handles tracking the state of the broker for purposes of publishing advisory messages to advisory consumers.Constructors in org.apache.activemq.advisory with parameters of type Broker Constructor Description AdvisoryBroker(Broker next)
-
Uses of Broker in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement Broker Modifier and Type Class Description class
BrokerBroadcaster
Used to add listeners for Broker actionsclass
BrokerFilter
Allows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.class
BrokerPluginSupport
A useful base class for implementing broker plugins.class
CompositeDestinationBroker
This broker filter handles composite destinations.class
EmptyBroker
Dumb implementation - used to be overriden by listenersclass
ErrorBroker
Implementation of the broker where all it's methods throw an BrokerStoppedException.class
InsertableMutableBrokerFilter
Inserts itself into the BrokerStackclass
MutableBrokerFilter
Like a BrokerFilter but it allows you to switch the getNext().broker.class
TransactionBroker
This broker filter handles the transaction related operations in the Broker interface.class
UserIDBroker
This broker filter will append the producer's user ID into the JMSXUserID header to allow folks to know reliably who the user was who produced a message.Fields in org.apache.activemq.broker declared as Broker Modifier and Type Field Description protected Broker
TransportConnection. broker
protected Broker[]
BrokerBroadcaster. listeners
protected Broker
BrokerFilter. next
Fields in org.apache.activemq.broker with type parameters of type Broker Modifier and Type Field Description protected AtomicReference<Broker>
MutableBrokerFilter. next
Methods in org.apache.activemq.broker that return Broker Modifier and Type Method Description protected Broker
BrokerService. addInterceptors(Broker broker)
Strategy method to add interceptors to the brokerprotected Broker
BrokerService. createBroker()
Factory method to create a new brokerprotected Broker
BrokerService. createRegionBroker()
Factory method to create the core region broker onto which interceptors are addedprotected Broker
BrokerService. createRegionBroker(DestinationInterceptor destinationInterceptor)
Broker
Broker. getAdaptor(Class<?> type)
Get a Broker from the Broker Stack that is a particular classBroker
BrokerFilter. getAdaptor(Class<?> type)
Broker
EmptyBroker. getAdaptor(Class<?> type)
Broker
ErrorBroker. getAdaptor(Class<?> type)
Broker
MutableBrokerFilter. getAdaptor(Class<?> type)
Broker
BrokerService. getBroker()
Returns the message brokerBroker
ConnectionContext. getBroker()
Broker
TransportConnector. getBroker()
protected Broker[]
BrokerBroadcaster. getListeners()
Broker
BrokerFilter. getNext()
Broker
MutableBrokerFilter. getNext()
Broker
BrokerService. getRegionBroker()
Broker
Broker. getRoot()
Ensure we get the Broker at the top of the StackBroker
BrokerFilter. getRoot()
Broker
EmptyBroker. getRoot()
Broker
ErrorBroker. getRoot()
Broker
BrokerPlugin. installPlugin(Broker broker)
Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.Broker
BrokerPluginSupport. installPlugin(Broker broker)
Methods in org.apache.activemq.broker that return types with arguments of type Broker Modifier and Type Method Description protected List<Broker>
BrokerBroadcaster. getListenersAsList()
Methods in org.apache.activemq.broker with parameters of type Broker Modifier and Type Method Description protected Broker
BrokerService. addInterceptors(Broker broker)
Strategy method to add interceptors to the brokervoid
BrokerBroadcaster. addListener(Broker broker)
Broker
BrokerPlugin. installPlugin(Broker broker)
Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.Broker
BrokerPluginSupport. installPlugin(Broker broker)
void
BrokerBroadcaster. removeListener(Broker broker)
void
ConnectionContext. setBroker(Broker broker)
void
MutableBrokerFilter. setNext(Broker next)
void
BrokerService. setRegionBroker(Broker regionBroker)
Constructors in org.apache.activemq.broker with parameters of type Broker Constructor Description BrokerBroadcaster(Broker next)
BrokerFilter(Broker next)
CompositeDestinationBroker(Broker next)
MutableBrokerFilter(Broker next)
TransactionBroker(Broker next, TransactionStore transactionStore)
TransportConnection(TransportConnector connector, Transport transport, Broker broker, TaskRunnerFactory taskRunnerFactory, TaskRunnerFactory stopTaskRunnerFactory)
UserIDBroker(Broker next)
-
Uses of Broker in org.apache.activemq.broker.cluster
Classes in org.apache.activemq.broker.cluster that implement Broker Modifier and Type Class Description class
ConnectionSplitBroker
Monitors for client connections that may fail to another broker - but this broker isn't aware they've gone.Constructors in org.apache.activemq.broker.cluster with parameters of type Broker Constructor Description ConnectionSplitBroker(Broker next)
-
Uses of Broker in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement Broker Modifier and Type Class Description class
ManagedRegionBroker
Methods in org.apache.activemq.broker.jmx that return Broker Modifier and Type Method Description Broker
ManagedRegionBroker. getContextBroker()
Methods in org.apache.activemq.broker.jmx with parameters of type Broker Modifier and Type Method Description void
ManagedRegionBroker. setContextBroker(Broker contextBroker)
Constructors in org.apache.activemq.broker.jmx with parameters of type Broker Constructor Description ManagedTransportConnection(TransportConnector connector, Transport transport, Broker broker, TaskRunnerFactory factory, TaskRunnerFactory stopFactory, ManagementContext context, ObjectName connectorName)
-
Uses of Broker in org.apache.activemq.broker.region
Classes in org.apache.activemq.broker.region that implement Broker Modifier and Type Class Description class
RegionBroker
Routes Broker operations to the correct messaging regions for processing.Fields in org.apache.activemq.broker.region declared as Broker Modifier and Type Field Description protected Broker
AbstractSubscription. broker
protected Broker
BaseDestination. broker
protected Broker
BaseDestination. regionBroker
Methods in org.apache.activemq.broker.region that return Broker Modifier and Type Method Description Broker
RegionBroker. getRoot()
Methods in org.apache.activemq.broker.region with parameters of type Broker Modifier and Type Method Description void
CompositeDestinationInterceptor. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)
void
DestinationInterceptor. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)
Constructors in org.apache.activemq.broker.region with parameters of type Broker Constructor Description AbstractSubscription(Broker broker, ConnectionContext context, ConsumerInfo info)
DurableTopicSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, ConsumerInfo info, boolean keepDurableSubsActive)
PrefetchSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, ConsumerInfo info)
PrefetchSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, ConsumerInfo info, PendingMessageCursor cursor)
QueueBrowserSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, ConsumerInfo info)
QueueSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, ConsumerInfo info)
TopicSubscription(Broker broker, ConnectionContext context, ConsumerInfo info, SystemUsage usageManager)
-
Uses of Broker in org.apache.activemq.broker.region.cursors
Fields in org.apache.activemq.broker.region.cursors declared as Broker Modifier and Type Field Description protected Broker
FilePendingMessageCursor. broker
Methods in org.apache.activemq.broker.region.cursors with parameters of type Broker Modifier and Type Method Description static boolean
AbstractPendingMessageCursor. isPrioritizedMessageSubscriber(Broker broker, Subscription sub)
Constructors in org.apache.activemq.broker.region.cursors with parameters of type Broker Constructor Description FilePendingMessageCursor(Broker broker, String name, boolean prioritizedMessages)
StoreDurableSubscriberCursor(Broker broker, String clientId, String subscriberName, int maxBatchSize, DurableTopicSubscription subscription)
StoreQueueCursor(Broker broker, Queue queue)
Construct -
Uses of Broker in org.apache.activemq.broker.region.policy
Fields in org.apache.activemq.broker.region.policy declared as Broker Modifier and Type Field Description protected Broker
AbortSlowConsumerStrategy. broker
Methods in org.apache.activemq.broker.region.policy with parameters of type Broker Modifier and Type Method Description void
PolicyEntry. baseConfiguration(Broker broker, BaseDestination destination)
void
PolicyEntry. configure(Broker broker, Queue queue)
void
PolicyEntry. configure(Broker broker, Topic topic)
void
PolicyEntry. configure(Broker broker, SystemUsage memoryManager, DurableTopicSubscription sub)
void
PolicyEntry. configure(Broker broker, SystemUsage memoryManager, QueueBrowserSubscription sub)
void
PolicyEntry. configure(Broker broker, SystemUsage memoryManager, QueueSubscription sub)
void
PolicyEntry. configure(Broker broker, SystemUsage memoryManager, TopicSubscription subscription)
PendingMessageCursor
FilePendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)
PendingMessageCursor
PendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)
Retrieve the configured pending message storage cursor;PendingMessageCursor
StorePendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)
PendingMessageCursor
VMPendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)
PendingMessageCursor
FilePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;PendingMessageCursor
FilePendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)
PendingMessageCursor
PendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;PendingMessageCursor
PendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)
Retrieve the configured pending message storage cursor;PendingMessageCursor
StorePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;PendingMessageCursor
VMPendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;PendingMessageCursor
VMPendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)
void
FixedCountSubscriptionRecoveryPolicy. setBroker(Broker broker)
void
FixedSizedSubscriptionRecoveryPolicy. setBroker(Broker broker)
void
LastImageSubscriptionRecoveryPolicy. setBroker(Broker broker)
void
NoSubscriptionRecoveryPolicy. setBroker(Broker broker)
void
QueryBasedSubscriptionRecoveryPolicy. setBroker(Broker broker)
void
RetainedMessageSubscriptionRecoveryPolicy. setBroker(Broker broker)
void
SubscriptionRecoveryPolicy. setBroker(Broker broker)
void
TimedSubscriptionRecoveryPolicy. setBroker(Broker broker)
void
AbortSlowAckConsumerStrategy. setBrokerService(Broker broker)
void
AbortSlowConsumerStrategy. setBrokerService(Broker broker)
void
SlowConsumerStrategy. setBrokerService(Broker broker)
Sets the Broker instance which can provide a Scheduler among other things. -
Uses of Broker in org.apache.activemq.broker.region.virtual
Methods in org.apache.activemq.broker.region.virtual with parameters of type Broker Modifier and Type Method Description void
CompositeDestination. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)
void
MirroredQueue. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)
void
VirtualDestinationInterceptor. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)
void
VirtualTopic. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)
protected boolean
SelectorAwareVirtualTopicInterceptor. shouldDispatch(Broker broker, Message message, Destination dest)
Respect the selectors of the subscriptions to ensure only matched messages are dispatched to the virtual queues, hence there is no build up of unmatched messages on these destinationsprotected boolean
VirtualTopicInterceptor. shouldDispatch(Broker broker, Message message, Destination dest)
-
Uses of Broker in org.apache.activemq.broker.scheduler
Classes in org.apache.activemq.broker.scheduler that implement Broker Modifier and Type Class Description class
SchedulerBroker
Constructors in org.apache.activemq.broker.scheduler with parameters of type Broker Constructor Description SchedulerBroker(BrokerService brokerService, Broker next, JobSchedulerStore store)
-
Uses of Broker in org.apache.activemq.broker.util
Classes in org.apache.activemq.broker.util that implement Broker Modifier and Type Class 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.Methods in org.apache.activemq.broker.util that return Broker Modifier and Type Method Description Broker
RedeliveryPlugin. installPlugin(Broker broker)
Methods in org.apache.activemq.broker.util with parameters of type Broker Modifier and Type Method Description Broker
RedeliveryPlugin. installPlugin(Broker broker)
-
Uses of Broker in org.apache.activemq.broker.view
Classes in org.apache.activemq.broker.view that implement Broker Modifier and Type Class Description class
ConnectionDotFileInterceptor
class
DestinationDotFileInterceptor
class
DotFileInterceptorSupport
Useful base classMethods in org.apache.activemq.broker.view that return Broker Modifier and Type Method Description Broker
ConnectionDotFilePlugin. installPlugin(Broker broker)
Broker
DestinationDotFilePlugin. installPlugin(Broker broker)
Methods in org.apache.activemq.broker.view with parameters of type Broker Modifier and Type Method Description Broker
ConnectionDotFilePlugin. installPlugin(Broker broker)
Broker
DestinationDotFilePlugin. installPlugin(Broker broker)
Constructors in org.apache.activemq.broker.view with parameters of type Broker Constructor Description ConnectionDotFileInterceptor(Broker next, String file, boolean redrawOnRemove)
DestinationDotFileInterceptor(Broker next, String file)
DotFileInterceptorSupport(Broker next, String file)
-
Uses of Broker in org.apache.activemq.partition
Classes in org.apache.activemq.partition that implement Broker Modifier and Type Class Description class
PartitionBroker
A BrokerFilter which partitions client connections over a cluster of brokers.class
ZooKeeperPartitionBroker
Methods in org.apache.activemq.partition that return Broker Modifier and Type Method Description Broker
PartitionBrokerPlugin. installPlugin(Broker broker)
Broker
ZooKeeperPartitionBrokerPlugin. installPlugin(Broker broker)
Methods in org.apache.activemq.partition with parameters of type Broker Modifier and Type Method Description Broker
PartitionBrokerPlugin. installPlugin(Broker broker)
Broker
ZooKeeperPartitionBrokerPlugin. installPlugin(Broker broker)
Constructors in org.apache.activemq.partition with parameters of type Broker Constructor Description PartitionBroker(Broker broker, PartitionBrokerPlugin plugin)
ZooKeeperPartitionBroker(Broker broker, ZooKeeperPartitionBrokerPlugin plugin)
-
Uses of Broker in org.apache.activemq.plugin
Classes in org.apache.activemq.plugin that implement Broker Modifier and Type Class Description class
AbstractRuntimeConfigurationBroker
class
DiscardingDLQBroker
class
ForcePersistencyModeBroker
A Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.class
RuntimeConfigurationBroker
class
StatisticsBroker
A StatisticsBroker You can retrieve a Map Message for a Destination - or Broker containing statistics as key-value pairs The message must contain a replyTo Destination - else its ignoredclass
SubQueueSelectorCacheBroker
A plugin which allows the caching of the selector from a subscription queue.Methods in org.apache.activemq.plugin that return Broker Modifier and Type Method Description Broker
DiscardingDLQBrokerPlugin. installPlugin(Broker broker)
Installs the plugin into the intercepter chain of the broker, returning the new intercepted broker to use.Broker
ForcePersistencyModeBrokerPlugin. installPlugin(Broker broker)
Broker
RuntimeConfigurationPlugin. installPlugin(Broker broker)
Broker
StatisticsBrokerPlugin. installPlugin(Broker broker)
Broker
SubQueueSelectorCacheBrokerPlugin. installPlugin(Broker broker)
Methods in org.apache.activemq.plugin with parameters of type Broker Modifier and Type Method Description Broker
DiscardingDLQBrokerPlugin. installPlugin(Broker broker)
Installs the plugin into the intercepter chain of the broker, returning the new intercepted broker to use.Broker
ForcePersistencyModeBrokerPlugin. installPlugin(Broker broker)
Broker
RuntimeConfigurationPlugin. installPlugin(Broker broker)
Broker
StatisticsBrokerPlugin. installPlugin(Broker broker)
Broker
SubQueueSelectorCacheBrokerPlugin. installPlugin(Broker broker)
Constructors in org.apache.activemq.plugin with parameters of type Broker Constructor Description AbstractRuntimeConfigurationBroker(Broker next)
DiscardingDLQBroker(Broker next)
ForcePersistencyModeBroker(Broker next)
ConstructorRuntimeConfigurationBroker(Broker next)
StatisticsBroker(Broker next)
ConstructorSubQueueSelectorCacheBroker(Broker next, File persistFile)
Constructor -
Uses of Broker in org.apache.activemq.plugin.java
Classes in org.apache.activemq.plugin.java that implement Broker Modifier and Type Class Description class
JavaRuntimeConfigurationBroker
Methods in org.apache.activemq.plugin.java that return Broker Modifier and Type Method Description Broker
JavaRuntimeConfigurationPlugin. installPlugin(Broker broker)
Methods in org.apache.activemq.plugin.java with parameters of type Broker Modifier and Type Method Description Broker
JavaRuntimeConfigurationPlugin. installPlugin(Broker broker)
Constructors in org.apache.activemq.plugin.java with parameters of type Broker Constructor Description JavaRuntimeConfigurationBroker(Broker next)
-
Uses of Broker in org.apache.activemq.security
Classes in org.apache.activemq.security that implement Broker Modifier and Type Class Description class
AbstractAuthenticationBroker
class
AuthorizationBroker
Verifies if a authenticated user can do an operation against the broker using an authorization map.class
JaasAuthenticationBroker
Logs a user in using JAAS.class
JaasCertificateAuthenticationBroker
A JAAS Authentication Broker that uses SSL Certificates.class
JaasDualAuthenticationBroker
A JAAS Authentication Broker that uses different JAAS domain configurations depending if the connection is over an SSL enabled Connector or not.class
SimpleAuthenticationBroker
Handles authenticating a users against a simple user name/password map.Methods in org.apache.activemq.security that return Broker Modifier and Type Method Description Broker
AuthorizationPlugin. installPlugin(Broker broker)
Broker
JaasAuthenticationPlugin. installPlugin(Broker broker)
Broker
JaasCertificateAuthenticationPlugin. installPlugin(Broker broker)
Broker
JaasDualAuthenticationPlugin. installPlugin(Broker broker)
Broker
SimpleAuthenticationPlugin. installPlugin(Broker parent)
Methods in org.apache.activemq.security with parameters of type Broker Modifier and Type Method Description void
AuthorizationDestinationInterceptor. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)
Broker
AuthorizationPlugin. installPlugin(Broker broker)
Broker
JaasAuthenticationPlugin. installPlugin(Broker broker)
Broker
JaasCertificateAuthenticationPlugin. installPlugin(Broker broker)
Broker
JaasDualAuthenticationPlugin. installPlugin(Broker broker)
Broker
SimpleAuthenticationPlugin. installPlugin(Broker parent)
Constructors in org.apache.activemq.security with parameters of type Broker Constructor Description AbstractAuthenticationBroker(Broker next)
AuthorizationBroker(Broker next, AuthorizationMap authorizationMap)
JaasAuthenticationBroker(Broker next, String jassConfiguration)
JaasCertificateAuthenticationBroker(Broker next, String jaasConfiguration)
Simple constructor.JaasDualAuthenticationBroker(Broker next, String jaasConfiguration, String jaasSslConfiguration)
Simple constructor.SimpleAuthenticationBroker(Broker next, Map<String,String> userPasswords, Map<String,Set<Principal>> userGroups)
-
Uses of Broker in org.apache.activemq.shiro
Classes in org.apache.activemq.shiro that implement Broker Modifier and Type Class Description class
SecurityFilter
class
ShiroPlugin
Methods in org.apache.activemq.shiro that return Broker Modifier and Type Method Description Broker
ShiroPlugin. installPlugin(Broker broker)
Methods in org.apache.activemq.shiro with parameters of type Broker Modifier and Type Method Description Broker
ShiroPlugin. installPlugin(Broker broker)
-
Uses of Broker in org.apache.activemq.shiro.authc
Classes in org.apache.activemq.shiro.authc that implement Broker Modifier and Type Class Description class
AuthenticationFilter
TheAuthenticationFilter
enforces if authentication is required before allowing the broker filter chain to continue. -
Uses of Broker in org.apache.activemq.shiro.authz
Classes in org.apache.activemq.shiro.authz that implement Broker Modifier and Type Class Description class
AuthorizationFilter
TheAuthorizationFilter
asserts that actions are allowed to execute first before they are actually executed. -
Uses of Broker in org.apache.activemq.shiro.env
Classes in org.apache.activemq.shiro.env that implement Broker Modifier and Type Class Description class
EnvironmentFilter
An abstractBrokerFilter
that makes the ShiroEnvironment
available to subclasses. -
Uses of Broker in org.apache.activemq.shiro.subject
Classes in org.apache.activemq.shiro.subject that implement Broker Modifier and Type Class Description class
SubjectFilter
TheSubjectFilter
ensures a ShiroSubject
representing the client's identity is associated with every connection to the ActiveMQ Broker. -
Uses of Broker in org.apache.activemq.util
Methods in org.apache.activemq.util with parameters of type Broker Modifier and Type Method Description protected static ConnectionContext
BrokerSupport. createAdminConnectionContext(Broker broker)
Factory method to create the new administration connection context object.static ConnectionContext
BrokerSupport. getConnectionContext(Broker broker)
Returns the broker's administration connection context used for configuring the broker at startup -
Uses of Broker in org.apache.activemq.web
Methods in org.apache.activemq.web that return Broker Modifier and Type Method Description Broker
LocalBrokerFacade. getBroker()
-