| Interface | Description |
|---|---|
| ActiveMQBuffer |
An ActiveMQBuffer wraps a Netty's ChannelBuffer and is used throughout ActiveMQ Artemis code base.
|
| Class | Description |
|---|---|
| ActiveMQBuffers |
Factory class to create instances of
ActiveMQBuffer. |
| Pair<A,B> |
A Pair is a holder for 2 objects.
|
| ParameterisedAddress | |
| QueueAttributes | |
| SimpleString |
A simple String class that can store all characters, and stores as simple
byte[], this
minimises expensive copying between String objects. |
| SimpleString.ByteBufSimpleStringPool | |
| SimpleString.StringSimpleStringPool |
| Enum | Description |
|---|---|
| ActiveMQExceptionType |
Defines all
ActiveMQException types and their codes. |
| RoutingType |
| Exception | Description |
|---|---|
| ActiveMQAddressDoesNotExistException |
An operation failed because an address exists on the server.
|
| ActiveMQAddressExistsException |
An operation failed because an address exists on the server.
|
| ActiveMQAddressFullException |
An address is full.
|
| ActiveMQAlreadyReplicatingException |
The server is already paired with a replicating backup.
|
| ActiveMQClusterSecurityException |
Security exception thrown when the cluster user fails authentication.
|
| ActiveMQConnectionTimedOutException |
A client timed out will connecting to ActiveMQ Artemis server.
|
| ActiveMQDeleteAddressException |
An operation failed because an address exists on the server.
|
| ActiveMQDisconnectedException |
A client was disconnected from ActiveMQ Artemis server when the server has shut down.
|
| ActiveMQDuplicateIdException |
A DuplicateID was rejected.
|
| ActiveMQDuplicateMetaDataException |
A Session Metadata was set in duplication
|
| ActiveMQException |
ActiveMQException is the root exception for the ActiveMQ Artemis API.
|
| ActiveMQIllegalStateException |
An ActiveMQ Artemis resource is not in a legal state (e.g.
|
| ActiveMQIncompatibleClientServerException |
The server version and the client version are incompatible.
|
| ActiveMQInterceptorRejectedPacketException |
An outgoing interceptor returned false.
|
| ActiveMQInternalErrorException |
Internal error which prevented ActiveMQ Artemis from performing an important operation.
|
| ActiveMQInterruptedException |
When an interruption happens, we will just throw a non-checked exception.
|
| ActiveMQInvalidFilterExpressionException |
A filter expression was found to be invalid.
|
| ActiveMQInvalidQueueConfiguration |
An operation failed because a queue exists on the server.
|
| ActiveMQInvalidTransientQueueUseException |
An operation failed because a queue exists on the server.
|
| ActiveMQIOErrorException |
Unexpected I/O error occurred on the server.
|
| ActiveMQLargeMessageException |
A problem occurred while manipulating the body of a large message.
|
| ActiveMQLargeMessageInterruptedException | |
| ActiveMQNativeIOError |
An error has happened at ActiveMQ's native (non-Java) code used in reading and writing data.
|
| ActiveMQNonExistentQueueException |
An operation failed because a queue does not exist on the server.
|
| ActiveMQNotConnectedException |
A client is not able to connect to ActiveMQ Artemis server.
|
| ActiveMQNullRefException |
An operation failed because is dereferencing null pointer.
|
| ActiveMQObjectClosedException |
A client operation failed because the calling resource (ClientSession, ClientProducer, etc.) is
closed.
|
| ActiveMQPropertyConversionException |
A PropertyConversionException is thrown by
org.apache.activemq.artemis.api.core.Message methods when a
property can not be converted to the expected type. |
| ActiveMQQueueExistsException |
An operation failed because a queue exists on the server.
|
| ActiveMQQueueMaxConsumerLimitReached |
An operation failed because a queue exists on the server.
|
| ActiveMQRemoteDisconnectException |
A security problem occurred (authentication issues, permission issues,...)
|
| ActiveMQSecurityException |
A security problem occurred (authentication issues, permission issues,...)
|
| ActiveMQSessionCreationException |
The creation of a session was rejected by the server (e.g.
|
| ActiveMQShutdownException |
An operation failed because an address exists on the server.
|
| ActiveMQTransactionOutcomeUnknownException |
The outcome of a transaction is unknown.
|
| ActiveMQTransactionRolledBackException |
A transaction was rolled back.
|
| ActiveMQTransactionTimeoutException | |
| ActiveMQUnBlockedException |
A blocking call from a client was unblocked during failover.
|
| ActiveMQUnexpectedRoutingTypeForAddress |
An operation failed because a queue exists on the server.
|
| ActiveMQUnsupportedPacketException |
A packet of unsupported type was received by ActiveMQ Artemis PacketHandler.
|
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.