Tech

How to create parent-child projects in MuleSoft Mule4

By Salumiah Syed, MuleSoft Senior Consultant on Apr 22, 2020

Today, I want to explain how to use pom.xml to resolve APIs' common dependencies that might lead to duplication and mismatch in MuleSoft Mule4.

The pom.xml file contains the core information about a project and its configuration details, including its dependencies, build directory, source directory, test source directory, plugin, goals etc. Maven reads the pom.xml file and then executes the goal.

Topics: MuleSoft Tech API
Continue Reading
Tech

How to create custom CloudHub notifications in Mule4

By Salumiah Syed, MuleSoft Senior Consultant on Apr 14, 2020

Notifications could be a very powerful tool to get visibility into business-related events inside your application.

Topics: MuleSoft Tech API
Continue Reading
Tech

How to use MuleSoft Anypoint MQ admin API

By Spiros Pappas, Senior MuleSoft Consultant on Mar 17, 2020

MuleSoft has exposed an API that provides access to Anypoint MQ administrative functionality. For those who are not familiar with Anypoint MQ, it's a multi-tenant, cloud messaging service that enables customers to perform advanced asynchronous messaging scenarios between their applications. Using this API you can perform a series of actions that otherwise would only be accessible through the Anypoint Platform's web interface. And since many organisations prefer to externalise and automate this type of processes using scripts, I would like to explain how to use all four basic CRUD methods (Create, Read, Update and Delete) using this API.

Topics: MuleSoft Tech API
Continue Reading