Configure, Secure, and Access Mule Application Properties

In this article, you will see a different way in which we can configure and secure Mule application properties.

Creating and Accessing Mule Properties

Let's start with directly configuring the properties in the connector. Here we are simply hardcoding the value in the configuration section. Let's see this in a Database connector configuration as an example.

Flow Control in Mule 4

In Mule, Flow Controls helps you Route your input Mule Event into one or more separate flows based on the Flow control components you use. 

In this article, we'll discuss 4 of them that are listed below:

Anypoint Platform Control Plane

What Is the Anypoint Platform?

The Anypoint Platform is an iPaaS (Platform as a Service) Solution from Mulesoft where you can create, manage, discover, secure and deploy your API and connect your application to form a structured application network. 

It is further classified into two different sections:

Mule Aggregator Connector

What is Aggregator Connector?

As the name suggests, it means it Aggregates/Accumulates a set of data. Aggregation can be further achieved in 3 different ways:

  1. Size-Based Aggregator
  2. Group-Based Aggregator
  3. Time-Based Aggregator

Let's start exploring each of these functionalities in detail with a demo.

Mule Email Connector

In this article, we are going to explore all the features provided by mule Email Connector. Email connector helps you to Send, Mark, List, and Delete Emails. We see a simple demo for each of these features now. 

Before starting with developing the Mule Application we need to do some configuration settings in the Gmail account. 

Mule 4 Custom Connector and Icon

In this article, we will see how to create a custom connector using XML SDK and change the icon for Mule 4 custom connector.

Firstly, you need to create a custom connector in Mule 4. Let's create a simple logging connector that prints a message in the console, and we will also change the default icon for the connector.

Mule CloudHub Connector: Part 2

In Part 1 of this series, we looked at two features of Mule CloudHub Connector. In total, there are 5 features provided by this connector as listed below:

  • Get Application
  • List Applications
  • Create Notification
  • List Notifications
  • Mark Notification

In this article (Part 2), we will look at thelast 3 features of Mule CloudHub Connector from the above list.

Mule CloudHub Connector: Part 1

What are CloudHub Connectors?

This helps you connect to CloudHub APIs through Mule applications. In total, there are 5 features provided by this connector as listed below:

  • Get Application
  • List Applications
  • Create Notification
  • List Notifications
  • Mark Notification

In this article, we are going to look at the first 2 features using a simple demo.