Interface | Description |
---|---|
ActivateCallback | |
ActivationFailureListener |
This interface represents a way users can be alerted to activation failures that don't necessarily constitute a
fatal problem for the broker (e.g.
|
ActiveMQComponent | |
ActiveMQMessageBundle |
Logger Code 22
|
ActiveMQServer |
This interface defines the internal interface of the ActiveMQ Artemis Server exposed to other components
of the server.
|
ActiveMQServerLogger |
Logger Code 22
each message id must be 6 digits long starting with 22, the 3rd digit donates the level so
INF0 1
WARN 2
DEBUG 3
ERROR 4
TRACE 5
FATAL 6
so an INFO message would be 221000 to 221999
|
Bindable | |
ConnectorService | |
ConnectorServiceFactory | |
Consumer | |
ConsumerInfo | |
Divert | |
LargeServerMessage | |
MessageReference |
A reference to a message.
|
PostQueueCreationCallback |
When a "core" queue is created this callback will be invoked
|
PostQueueDeletionCallback |
When a "core" queue is deleted this callback will be invoked
|
Queue | |
QueueFactory |
A QueueFactory
|
QueueManager | |
RouteContextList |
This is a simple datatype containing the list of a routing context
|
RoutingContext | |
ScheduledDeliveryHandler | |
SecuritySettingPlugin | |
ServerConsumer |
A ServerConsumer
|
ServerMessage | Deprecated |
ServerProducer | |
ServerSession | |
ServiceComponent |
A Component that needs to know the stop reason.
|
ServiceRegistry |
A holder for common services leveraged by the broker.
|
SlowConsumerDetectionListener | |
TempQueueObserver | |
TransientQueueManager |
Class | Description |
---|---|
ActivationParams | |
ActiveMQScheduledComponent |
This is for components with a scheduled at a fixed rate.
|
ActiveMQServers |
ActiveMQServers is a factory class for instantiating ActiveMQServer instances.
|
AddressQueryResult | |
BindingQueryResult | |
LiveNodeLocator |
A class that will locate a particular live server running in a cluster.
|
LoggingConfigurationFileReloader | |
LoggingConfigurationUpdater | |
MemoryManager |
A memory usage watcher.
|
MessageReference.Factory | |
NetworkHealthCheck |
This will use
InetAddress.isReachable(int) to determine if the network is alive. |
NodeManager | |
QueueConfig | |
QueueConfig.Builder | |
QueueQueryResult |
Enum | Description |
---|---|
ActiveMQServer.SERVER_STATE | |
ComponentConfigurationRoutingType |
This class essentially mirrors
RoutingType except it has some additional members to support special
configuration semantics for diverts & bridges. |
HandleStatus |
A HandleStatus
HANDLED means the MessageReference was handled
NO_MATCH means the MessageReference was rejected by a Filter
BUSY means the MessageReference was rejected since the ClientConsumer was busy
|
JournalType |
Exception | Description |
---|---|
ActiveMQLockAcquisitionTimeoutException |
Copyright © 2019 JBoss by Red Hat. All rights reserved.