BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
134 / 279 · Module 7 — Error Handling in Mule · filtered: code← prev⊞ allnext →

7.33Retry exhaustion

With Until Successful, after maximum retries are exhausted Mule produces:

MULE:RETRY_EXHAUSTED

according to Mule's current documentation.

Then you can handle:

MULE:RETRY_EXHAUSTED

separately.

Example:

Retry exhausted
 ↓
log structured event
 ↓
send to error queue
 ↓
mark Integration_Status__c = "FAILED"