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 classAdvisoryBrokerThis 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 classBrokerBroadcasterUsed to add listeners for Broker actionsclassBrokerFilterAllows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.classBrokerPluginSupportA useful base class for implementing broker plugins.classCompositeDestinationBrokerThis broker filter handles composite destinations.classEmptyBrokerDumb implementation - used to be overriden by listenersclassErrorBrokerImplementation of the broker where all it's methods throw an BrokerStoppedException.classInsertableMutableBrokerFilterInserts itself into the BrokerStackclassMutableBrokerFilterLike a BrokerFilter but it allows you to switch the getNext().broker.classTransactionBrokerThis broker filter handles the transaction related operations in the Broker interface.classUserIDBrokerThis 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 BrokerTransportConnection. brokerprotected Broker[]BrokerBroadcaster. listenersprotected BrokerBrokerFilter. nextFields in org.apache.activemq.broker with type parameters of type Broker Modifier and Type Field Description protected AtomicReference<Broker>MutableBrokerFilter. nextMethods in org.apache.activemq.broker that return Broker Modifier and Type Method Description protected BrokerBrokerService. addInterceptors(Broker broker)Strategy method to add interceptors to the brokerprotected BrokerBrokerService. createBroker()Factory method to create a new brokerprotected BrokerBrokerService. createRegionBroker()Factory method to create the core region broker onto which interceptors are addedprotected BrokerBrokerService. createRegionBroker(DestinationInterceptor destinationInterceptor)BrokerBroker. getAdaptor(Class<?> type)Get a Broker from the Broker Stack that is a particular classBrokerBrokerFilter. getAdaptor(Class<?> type)BrokerEmptyBroker. getAdaptor(Class<?> type)BrokerErrorBroker. getAdaptor(Class<?> type)BrokerMutableBrokerFilter. getAdaptor(Class<?> type)BrokerBrokerService. getBroker()Returns the message brokerBrokerConnectionContext. getBroker()BrokerTransportConnector. getBroker()protected Broker[]BrokerBroadcaster. getListeners()BrokerBrokerFilter. getNext()BrokerMutableBrokerFilter. getNext()BrokerBrokerService. getRegionBroker()BrokerBroker. getRoot()Ensure we get the Broker at the top of the StackBrokerBrokerFilter. getRoot()BrokerEmptyBroker. getRoot()BrokerErrorBroker. getRoot()BrokerBrokerPlugin. installPlugin(Broker broker)Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.BrokerBrokerPluginSupport. 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 BrokerBrokerService. addInterceptors(Broker broker)Strategy method to add interceptors to the brokervoidBrokerBroadcaster. addListener(Broker broker)BrokerBrokerPlugin. installPlugin(Broker broker)Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.BrokerBrokerPluginSupport. installPlugin(Broker broker)voidBrokerBroadcaster. removeListener(Broker broker)voidConnectionContext. setBroker(Broker broker)voidMutableBrokerFilter. setNext(Broker next)voidBrokerService. 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 classConnectionSplitBrokerMonitors 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 classManagedRegionBrokerMethods in org.apache.activemq.broker.jmx that return Broker Modifier and Type Method Description BrokerManagedRegionBroker. getContextBroker()Methods in org.apache.activemq.broker.jmx with parameters of type Broker Modifier and Type Method Description voidManagedRegionBroker. 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 classRegionBrokerRoutes 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 BrokerAbstractSubscription. brokerprotected BrokerBaseDestination. brokerprotected BrokerBaseDestination. regionBrokerMethods in org.apache.activemq.broker.region that return Broker Modifier and Type Method Description BrokerRegionBroker. getRoot()Methods in org.apache.activemq.broker.region with parameters of type Broker Modifier and Type Method Description voidCompositeDestinationInterceptor. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)voidDestinationInterceptor. 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 BrokerFilePendingMessageCursor. brokerMethods in org.apache.activemq.broker.region.cursors with parameters of type Broker Modifier and Type Method Description static booleanAbstractPendingMessageCursor. 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 BrokerAbortSlowConsumerStrategy. brokerMethods in org.apache.activemq.broker.region.policy with parameters of type Broker Modifier and Type Method Description voidPolicyEntry. baseConfiguration(Broker broker, BaseDestination destination)voidPolicyEntry. configure(Broker broker, Queue queue)voidPolicyEntry. configure(Broker broker, Topic topic)voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, DurableTopicSubscription sub)voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, QueueBrowserSubscription sub)voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, QueueSubscription sub)voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, TopicSubscription subscription)PendingMessageCursorFilePendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)PendingMessageCursorPendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)Retrieve the configured pending message storage cursor;PendingMessageCursorStorePendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)PendingMessageCursorVMPendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)PendingMessageCursorFilePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorFilePendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)PendingMessageCursorPendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorPendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)Retrieve the configured pending message storage cursor;PendingMessageCursorStorePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorVMPendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorVMPendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)voidFixedCountSubscriptionRecoveryPolicy. setBroker(Broker broker)voidFixedSizedSubscriptionRecoveryPolicy. setBroker(Broker broker)voidLastImageSubscriptionRecoveryPolicy. setBroker(Broker broker)voidNoSubscriptionRecoveryPolicy. setBroker(Broker broker)voidQueryBasedSubscriptionRecoveryPolicy. setBroker(Broker broker)voidRetainedMessageSubscriptionRecoveryPolicy. setBroker(Broker broker)voidSubscriptionRecoveryPolicy. setBroker(Broker broker)voidTimedSubscriptionRecoveryPolicy. setBroker(Broker broker)voidAbortSlowAckConsumerStrategy. setBrokerService(Broker broker)voidAbortSlowConsumerStrategy. setBrokerService(Broker broker)voidSlowConsumerStrategy. 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 voidCompositeDestination. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)voidMirroredQueue. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)voidVirtualDestinationInterceptor. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)voidVirtualTopic. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)protected booleanSelectorAwareVirtualTopicInterceptor. 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 booleanVirtualTopicInterceptor. 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 classSchedulerBrokerConstructors 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 classDestinationPathSeparatorBrokerclassDestinationsPluginA simple plugin that can be used to export/import runtime destinations.classLoggingBrokerPluginA simple Broker intercepter which allows you to enable/disable logging.classMulticastTraceBrokerPluginA Broker interceptor which allows you to trace all operations to a Multicast socket.classRedeliveryPluginReplace 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.classTimeStampingBrokerPluginA Broker interceptor which updates a JMS Client's timestamp on the message with a broker timestamp.classTraceBrokerPathPluginThe TraceBrokerPathPlugin can be used in a network of Brokers.classUDPTraceBrokerPluginA 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 BrokerRedeliveryPlugin. installPlugin(Broker broker)Methods in org.apache.activemq.broker.util with parameters of type Broker Modifier and Type Method Description BrokerRedeliveryPlugin. 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 classConnectionDotFileInterceptorclassDestinationDotFileInterceptorclassDotFileInterceptorSupportUseful base classMethods in org.apache.activemq.broker.view that return Broker Modifier and Type Method Description BrokerConnectionDotFilePlugin. installPlugin(Broker broker)BrokerDestinationDotFilePlugin. installPlugin(Broker broker)Methods in org.apache.activemq.broker.view with parameters of type Broker Modifier and Type Method Description BrokerConnectionDotFilePlugin. installPlugin(Broker broker)BrokerDestinationDotFilePlugin. 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 classPartitionBrokerA BrokerFilter which partitions client connections over a cluster of brokers.classZooKeeperPartitionBrokerMethods in org.apache.activemq.partition that return Broker Modifier and Type Method Description BrokerPartitionBrokerPlugin. installPlugin(Broker broker)BrokerZooKeeperPartitionBrokerPlugin. installPlugin(Broker broker)Methods in org.apache.activemq.partition with parameters of type Broker Modifier and Type Method Description BrokerPartitionBrokerPlugin. installPlugin(Broker broker)BrokerZooKeeperPartitionBrokerPlugin. 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 classAbstractRuntimeConfigurationBrokerclassDiscardingDLQBrokerclassForcePersistencyModeBrokerA Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.classRuntimeConfigurationBrokerclassStatisticsBrokerA 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 ignoredclassSubQueueSelectorCacheBrokerA 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 BrokerDiscardingDLQBrokerPlugin. installPlugin(Broker broker)Installs the plugin into the intercepter chain of the broker, returning the new intercepted broker to use.BrokerForcePersistencyModeBrokerPlugin. installPlugin(Broker broker)BrokerRuntimeConfigurationPlugin. installPlugin(Broker broker)BrokerStatisticsBrokerPlugin. installPlugin(Broker broker)BrokerSubQueueSelectorCacheBrokerPlugin. installPlugin(Broker broker)Methods in org.apache.activemq.plugin with parameters of type Broker Modifier and Type Method Description BrokerDiscardingDLQBrokerPlugin. installPlugin(Broker broker)Installs the plugin into the intercepter chain of the broker, returning the new intercepted broker to use.BrokerForcePersistencyModeBrokerPlugin. installPlugin(Broker broker)BrokerRuntimeConfigurationPlugin. installPlugin(Broker broker)BrokerStatisticsBrokerPlugin. installPlugin(Broker broker)BrokerSubQueueSelectorCacheBrokerPlugin. 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 classJavaRuntimeConfigurationBrokerMethods in org.apache.activemq.plugin.java that return Broker Modifier and Type Method Description BrokerJavaRuntimeConfigurationPlugin. installPlugin(Broker broker)Methods in org.apache.activemq.plugin.java with parameters of type Broker Modifier and Type Method Description BrokerJavaRuntimeConfigurationPlugin. 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 classAbstractAuthenticationBrokerclassAuthorizationBrokerVerifies if a authenticated user can do an operation against the broker using an authorization map.classJaasAuthenticationBrokerLogs a user in using JAAS.classJaasCertificateAuthenticationBrokerA JAAS Authentication Broker that uses SSL Certificates.classJaasDualAuthenticationBrokerA JAAS Authentication Broker that uses different JAAS domain configurations depending if the connection is over an SSL enabled Connector or not.classSimpleAuthenticationBrokerHandles authenticating a users against a simple user name/password map.Methods in org.apache.activemq.security that return Broker Modifier and Type Method Description BrokerAuthorizationPlugin. installPlugin(Broker broker)BrokerJaasAuthenticationPlugin. installPlugin(Broker broker)BrokerJaasCertificateAuthenticationPlugin. installPlugin(Broker broker)BrokerJaasDualAuthenticationPlugin. installPlugin(Broker broker)BrokerSimpleAuthenticationPlugin. installPlugin(Broker parent)Methods in org.apache.activemq.security with parameters of type Broker Modifier and Type Method Description voidAuthorizationDestinationInterceptor. create(Broker broker, ConnectionContext context, ActiveMQDestination destination)BrokerAuthorizationPlugin. installPlugin(Broker broker)BrokerJaasAuthenticationPlugin. installPlugin(Broker broker)BrokerJaasCertificateAuthenticationPlugin. installPlugin(Broker broker)BrokerJaasDualAuthenticationPlugin. installPlugin(Broker broker)BrokerSimpleAuthenticationPlugin. 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 classSecurityFilterclassShiroPluginMethods in org.apache.activemq.shiro that return Broker Modifier and Type Method Description BrokerShiroPlugin. installPlugin(Broker broker)Methods in org.apache.activemq.shiro with parameters of type Broker Modifier and Type Method Description BrokerShiroPlugin. 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 classAuthenticationFilterTheAuthenticationFilterenforces 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 classAuthorizationFilterTheAuthorizationFilterasserts 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 classEnvironmentFilterAn abstractBrokerFilterthat makes the ShiroEnvironmentavailable 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 classSubjectFilterTheSubjectFilterensures a ShiroSubjectrepresenting 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 ConnectionContextBrokerSupport. createAdminConnectionContext(Broker broker)Factory method to create the new administration connection context object.static ConnectionContextBrokerSupport. 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 BrokerLocalBrokerFacade. getBroker()
-