Asynchronous Retries With AWS SQS

ICYMI: While designing our integration points against the remote APIs, we also need to consider error scenarios. Two types of errors/failures can occur during API communication: functional and non-functional. Most non-functional errors, (like temporary network outages, infrastructure problems, slow resources) are retriable.

We can implement two kinds of retry-mechanisms against these failures: synchronous and asynchronous. https://goo.gl/MtRu8E #DataIntegration #ML

MuleSoft Creating Custom Component/Connector

1.0 Overview

This tutorial will walk a user through creating a custom Mule component where you can use it via Mule Palette (in Anypoint IDE) during design time. In this article, I will show you how to create the connector install it into your Anypoint IDE. I will also demonstrate how you can use it in later Mule projects. Besides that, I will also go through the necessary Maven settings and repository installation that needs to be in place for projects to start using it.

2.0 Creating the Custom Mule Component/Connector

Step 1 is creating an Anypoint Connector Project (as depicted in Figure 2.0a). https://goo.gl/gHg2qG #DataIntegration #ML