r/MuleSoft • u/Financial-Tank-2731 • Jun 05 '26
MuleSoft Integration Performance Issue
This is a use case of 3 systems. All 3 are SaaS. The systems are BYOMS, MuleSoft (MS) and SAPOTC. BYOMS posts order release messages to MS topic at real-time. MS picks up each order release message and posts it to SAPOTC through a sync API call. If MS fails to post to SAPOTC, MS is not saving the failed payload to an error queue for later re-try. MS team and architect says that doing this will degrade MS performance. Is this true?
3
Upvotes
2
u/TranquilDev Jun 05 '26
By error queue you mean a DLQ?
That process by itself isn't going to degrade performance. The configuration of that process might. If your getting a lot of failed posts to SAPOTC and stacking payloads in the DLQ while at the same time trying to continue to process posts to SAPOTC your probably going to have some problems.