HTTP 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 MoreUpdate in MySQL DB table Let’s see how we can Update in MySQL DB table using the DB connector in MuleSoft. Create a project in Anypoint Studio Add the HTTP listener and flow to get the request for an update Drag and Drop Update activity in a flow Create a MySQL…
Read MoreInsert in MySQL DB table Let’s see how we can Insert in MySQL DB table using the DB connector in MuleSoft. Create a project in Anypoint Studio Add the HTTP listener and flow to get the request for insert Drag and Drop Insert activity in a flow Create a MySQL connection…
Read MoreExecute DDL Statement in MySQL Let’s see how we can Execute DDL Statement in MySQL using the DB connector in MuleSoft. Create a project in Anypoint Studio Add the HTTP listener and flow to get the request for executing DDL statement Drag and Drop Execute DDL activity in a flow Create…
Read MoreConnect with MySQL DB through MuleSoft We can connect with MySQL DB through MuleSoft by adding the dependent jar and providing the connection details Create a project in Anypoint Studio Drag and Drop database activity in a flow Click on the Connector Configuration Add button and select the MySQL option from the…
Read More