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,…
Tag: Mulesoft ESB
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…
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…
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…
Connecting SQL API for Cosmos DB from Mule application
This article is not going to discuss more on Cosmos DB. For any information on Cosmos DB you can refer Microsoft’s website https://docs.microsoft.com/en-us/azure/cosmos-db/introductionand Microsoft has provided pretty much everything needed for building solutions for connecting to Cosmos DB. Targeted audience: Any MuleSoft…
Connecting Azure Cosmos DB’s API for MongoDB using MuleSoft’s MongoDB Connector
This article is not going to discuss more on Cosmos DB. For any information on Cosmos DB you can refer Microsoft’s website https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-introductionand Microsoft has provided pretty much everything needed for building solutions for connecting to Cosmos DB. Targeted audience:Any MuleSoft…
Working with Object Store Connector in Mule: Testing in CloudHub
In my previous article, I have discussed about ObjectStore and operations on ObjectStore using Object Store Connector with a simple Mule application. Also, tested the flows to check the operations: Store, Remove, Retrieve and Retrieve all keys. Requirements for this…
Working with Object Store Connector in Mule
Object Store Connector is one of the most useful connectors provided in Mule runtime that is used for storing the state of the applications and can be shared across the applications (If Domain project is used for sharing the state…