| Enum | Description |
|---|---|
| AnypointMQError |
Errors for the MQ extension
|
| Exception | Description |
|---|---|
| AbstractMQException |
Custom generic exception for errors thrown by MQConnector
|
| MQAckException |
ModuleException to be thrown in the cases in which ACKing a message fails |
| MQConsumeException |
ModuleException to be thrown in the cases in which consuming a message fails |
| MQDestinationNotFoundException |
ModuleException to be thrown in the cases in which publishing a message fails
due to a payload exceeding the service limits |
| MQIllegalBodyException |
ModuleException to be thrown in the cases in which publishing a message fails
due to a payload exceeding the service limits |
| MQIllegalDeliveryDelay |
ModuleException to be thrown in the cases in which publishing a message fails
due to an invalid delivery delay being set |
| MQIllegalMessageGroupId |
ModuleException to be thrown in the cases in which publishing a message fails
due to an invalid message Group ID being set |
| MQNackException |
ModuleException to be thrown in the cases in which NACKing a message fails |
| MQPublishException |
ModuleException to be thrown in the cases in which publishing a message fails |
| MQTimeoutException |
ModuleException to be thrown in the cases in which consuming a message fails |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.