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…
Category: ESB
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…
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…
Accessing the Developer Portal
In the previous article we discussed about sharing deployed service through Developer Portal and in this article, we will discuss about accessing the Developer Portal. Accessing the Developer Portal: I have created a dummy user to login into the Anypoint…
Share deployed service through Developer Portal
In the previous article we discussed about deploying the application in CloudHub and in this article, we will discuss about sharing the deployed service through Developer Portal. Share deployed service through Developer Portal: Now that we have created and deployed…
Deploy the application in CloudHub
In the previous article, we discussed about generating application from RAML using Anypoint Studio and in this article, we will discuss on deploying the application in CloudHub. Deploy the application in CloudHub: Now that we have successfully run the application…
Generate application using RAML
In the previous article, we discussed about defining API using RAML. In this article we will discuss about generating application using RAML. Generate application using RAML: Anypoint Studio – It is an…