Accessing secrets from Azure Key Vault in a MuleSoft application

In this article, I am going to discuss on the following topics: Introduction to Azure Key Vault Creating a Key Vault and Secret Registering the application to access Key vault service Accessing the Key Vault Secret from Postman Accessing the…

Image by Frauke Feind from Pixabay

Publishing Docker Image to Azure Container Registry

In my previous article, I went through the creation of Docker image and running the container and uploading to Docker Hub repository where I have registered for free. But if your organization is leveraging Microsoft Azure for their cloud technologies,…

Photo by CHUTTERSNAP on Unsplash

Containerizing Mule Applications using Docker

In this article I am going to touch Docker for containerization of Mule applications. Intended audience: Any one who wants to understand how to containerize Mule applications and no prior knowledge is required to go through. But basic MuleSoft product…

Photo by Max Duzij on Unsplash

Coding is more than a skillset; it’s an attitude, approach and art!

Having worked in IT and mostly with programming and architecture for more than 17 years, I have come up with this correlation between programmer’s attitude and their coding style. I got an opportunity to work with different types of programmers…

Photo by NeONBRAND on Unsplash

There are at least two transformers that are an exact match for source type “class [B” and target type “class java.io.InputStream”.

Queue storages have limit on how much they can store. In order to accommodate the payloads or messages larger than the limit, most of the Enterprise systems compress the message and publish to the queue. In Mule 4, there are…

Photo by Álvaro Serrano on Unsplash

Publish-Subscribe messages from Azure Service Bus Queues from Mule

This article uses Anypoint Studio 7.3.4 and Mule runtime 4.2.0. There are two mule flows: A Publisher flow that publishes message to Azure Service Bus Queue. A Subscriber flow that reads the message from Queue. In order to use Microsoft…