Modifier and Type | Method and Description |
---|---|
List<ActiveMQServerAddressPlugin> |
Configuration.getBrokerAddressPlugins() |
Modifier and Type | Method and Description |
---|---|
List<ActiveMQServerAddressPlugin> |
ConfigurationImpl.getBrokerAddressPlugins() |
Modifier and Type | Method and Description |
---|---|
List<ActiveMQServerAddressPlugin> |
ActiveMQServer.getBrokerAddressPlugins() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQServer.callBrokerAddressPlugins(ActiveMQPluginRunnable<ActiveMQServerAddressPlugin> pluginRun) |
Modifier and Type | Class and Description |
---|---|
class |
FederatedAddress
Federated Address, replicate messages from the remote brokers address to itself.
|
Modifier and Type | Method and Description |
---|---|
List<ActiveMQServerAddressPlugin> |
ActiveMQServerImpl.getBrokerAddressPlugins() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQServerImpl.callBrokerAddressPlugins(ActiveMQPluginRunnable<ActiveMQServerAddressPlugin> pluginRun) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActiveMQServerPlugin |
Modifier and Type | Class and Description |
---|---|
class |
LoggingActiveMQServerPlugin
plugin to log various events within the broker, configured with the following booleans
LOG_CONNECTION_EVENTS - connections creation/destroy
LOG_SESSION_EVENTS - sessions creation/close
LOG_CONSUMER_EVENTS - consumers creation/close
LOG_DELIVERING_EVENTS - messages delivered to consumer, acked by consumer
LOG_SENDING_EVENTS - messaged is sent, message is routed
LOG_INTERNAL_EVENTS - critical failures, bridge deployments, queue creation/destroyed, message expired
|
class |
NotificationActiveMQServerPlugin |
Copyright © 2021 JBoss by Red Hat. All rights reserved.