RabbitMQ using AMQP Connector In this post, we will explore how to interact with RabbitMQ using MuleSoft’s Anypoint Connector for AMQP (AMQP Connector). This connector allows applications to publish and consume messages using an AMQP 0.9.1-compliant broker, making it an efficient choice for integrating messaging systems. RabbitMQ is a robust and reliable messaging and…
Read MoreDisaster recovery for Anypoint MQ In this tutorial we will show you how can we enable the cross region failover capability for Anypoint MQ to manage the disaster recovery for Anypoint MQ in case of any network outage for the complete region where Anypoint MQ is running. Overview When you enable failover…
Read MoreChatGPT ChatGPT is a free-to-use AI system. Use it for engaging conversations, gain insights, automate tasks, and witness the future of AI, all in one place. ChatGPT connector features: ChatGPT Connector for MuleSoft offers seamless integration with OpenAI’s ChatGPT, a powerful natural language processing model. This connector empowers your applications to harness the capabilities of…
Read MoreConnect with Google Drive Google Drive is a cloud-based store service offered by Google. Services include storage and maintenance of different documents on Google Drive. Here we will what all configuration is required to connect MuleSoft with Google Drive. Google Drive connector features: Drive enables you to store and back up all of your…
Read MoreHTTP requester to call Graphql APIs There is no MuleSoft certified connector available to call Graphql APIs in MuleSoft. In case if we come across a requirement to call Graphql endpoint in MuleSoft then we can leverage the existing HTTP Requestor to call Graphql APIs. Graphql calls are internally a POST call over HTTP.…
Read MoreSubscribe Message from Solace Topic or Queue Let’s create a Mule project to see how we can subscribe to Solace Topic or Queue Add the required pom.xml dependencies which we have shown in an earlier post – Connect with Solace from MuleSoft Add On New Message component Log the incoming payload Click…
Read MorePublish Message to Solace Topic or Queue Let’s create a Mule project to see how we can publish to Solace Topic or Queue Add the required pom.xml dependencies which we have shown in an earlier post – Connect with Solace from MuleSoft Add HTTP listener to receive the message payload we want to publish…
Read MoreConnect with Solace from MuleSoft To show how we connect with Solace from MuleSoft we will create a Mule project and import a Solace jar to connect with the Solace environment Let`s create a Solace project in MuleSoft Now we have to import the Solace jar using Maven, Open pom.xml Add properties Add…
Read MoreCreate Solace Cloud Platform Account Let’s create a Solace Cloud platform account which we can use to create Topics and Queue and later connect with them from MuleSoft Open Solace Cloud registration link – https://console.solace.cloud/login/new-account Fill in the details Login to Solace account Click on the Globe icon under Mission Control Select…
Read MoreDelete in MySQL DB table Let’s see how we can Delete in MySQL DB table using the DB connector in MuleSoft. Create a project in Anypoint Studio Add the HTTP listener and flow to get request for delete Drag and Drop Delete activity in a flow Create a MySQL connection by…
Read More