| 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 11
|
| ActiveMQServer |
This interface defines the internal interface of the ActiveMQ Artemis Server exposed to other components
of the server.
|
| ActiveMQServerLogger | |
| AutoCreatedQueueManager | |
| Bindable | |
| ConnectorService | |
| ConnectorServiceFactory | |
| Consumer | |
| 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 | |
| QueueCreator | |
| QueueDeleter | |
| QueueFactory |
A QueueFactory
|
| RouteContextList |
This is a simple datatype containing the list of a routing context
|
| RoutingContext | |
| ScheduledDeliveryHandler | |
| SecuritySettingPlugin | |
| ServerConsumer |
A ServerConsumer
|
| ServerMessage |
A ServerMessage
|
| ServerSession | |
| 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.
|
| BindingQueryResult | |
| LiveNodeLocator |
A class that will locate a particular live server running in a cluster.
|
| MemoryManager |
A memory usage watcher.
|
| NetworkHealthCheck |
This will use
InetAddress.isReachable(int) to determine if the network is alive. |
| NodeManager | |
| QueueConfig | |
| QueueConfig.Builder | |
| QueueQueryResult |
| Enum | Description |
|---|---|
| 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 |
Copyright © 2018 JBoss by Red Hat. All rights reserved.