| Class | Description |
|---|---|
| AmqpAckErrorTypeProvider |
Errors that can be thrown in the
AmqpAck#ack(AmqpConfig, AmqpTransactionalConnection, String, OperationTransactionalAction) operation operation. |
| AmqpConsumerErrorTypeProvider |
Errors that can be thrown in the
AmqpConsume#consume(AmqpConfig, AmqpTransactionalConnection, boolean, boolean, AckMode, Long, TimeUnit, QueueDefinition, OperationTransactionalAction)
operation operation. |
| AmqpExceptionHandler |
ExceptionHandler for the AMQP extension. |
| AmqpPublishConsumeErrorTypeProvider |
Errors that can be thrown in the
AmqpPublishConsume#publishConsume(AmqpConfig, AmqpTransactionalConnection, String, ExchangeDefinition, String, Long, Long, TimeUnit, AmqpMessageBuilder)
operation operation. |
| AmqpPublishErrorTypeProvider |
Errors that can be thrown in the
AmqpPublish#consume(AmqpConfig, AmqpTransactionalConnection, String,
ExchangeDefinition, List operation operation. |
| AmqpRejectErrorTypeProvider |
Errors that can be thrown in the
AmqqReject#reject(AmqpConfig, AmqpTransactionalConnection, String, OperationTransactionalAction) operation operation. |
| Enum | Description |
|---|---|
| AmqpError |
Errors for the AMQP extension
|
| Exception | Description |
|---|---|
| AmqpAckException |
ModuleException to be thrown in the cases where there is an error in an ack operation. |
| AmqpBlockedBrokerException |
Exception that results from an error due to the fact that the broker
is running out of resources and a notification was sent.
|
| AmqpConsumeException |
ModuleException to be thrown in the cases where there is an error in consume operation. |
| AmqpConsumeTimeoutException |
ModuleException that represents an error when consuming a AMQP Message but a timeout is reached before the AMQP Message
arrives |
| AmqpCreationNotAllowedException |
ModuleException that represents an error when the creation of exchanges and queues is disabled and the queue or
exchange was not found |
| AmqpDeliveryTagNotFoundException |
ModuleException that represents an error when acknowledging a message |
| AmqpExchangeNotFoundException |
ModuleException to be thrown in cases where an AMQP exchange is not found. |
| AmqpExtensionException |
Custom generic exception for AmqpConnector thrown errors
|
| AmqpIllegalBodyException |
ModuleException to be thrown in the cases in which a message body invalid or cannot be converted to a supported type |
| AmqpPublishConsumeException |
ModuleException to be thrown in the cases where there is an error in publish/consume operation. |
| AmqpPublishException |
ModuleException to be thrown in the cases where there is an error in a publish operation. |
| AmqpQueueNotFoundException |
ModuleException to be thrown in cases where an AMQP queue is not found. |
| AmqpUnroutableMessageException |
ModuleException to be thrown in cases where when the message could not be immediately delivered or because there are no
queues bound to the exchange depending on the exchange configuration in the broker. |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.