From b8bd8a15037427563fe66fde2d5d3f97998b5a38 Mon Sep 17 00:00:00 2001 From: Julio Bianco Date: Sun, 19 Jan 2025 23:26:04 -0300 Subject: [PATCH 1/3] Test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f72f13b0e81..f35fb96ddf0b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Stop the point-to-point madness =============================== Mule is a lightweight integration platform that allows you to connect anything anywhere. Rather than creating point-to-point integrations between systems, services, APIs and devices, you can use Mule to intelligently manage message-routing, data mapping, orchestration, reliability, security and scalability between nodes. Plug other systems and applications into Mule and let it handle all the communication between systems, enabling you to track and monitor everything that happens. -At the simplest level, Mule applications accept and process messages through several Lego-block-like message processors plugged together in what we call a flow. Understanding the basic flow architecture is key to understanding Mule. Essentially every Mule flow contains a series of building blocks that accept, then transform and process messages. +At the simplest level, Mule applications accept and process messages through several Lego-block-like message processors plugged together in what we call a flow. Understanding the basic flow architecture is key to understanding Mule. Essentially every Mule flow contains a series of building blocks that accept, then transform and process messages. Receive ======= From f3ae9236839a7f03ad44111da60b331d46222494 Mon Sep 17 00:00:00 2001 From: Julio Bianco Date: Sun, 19 Jan 2025 23:30:39 -0300 Subject: [PATCH 2/3] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f35fb96ddf0b..86a028ca8bb7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Stop the point-to-point madness =============================== Mule is a lightweight integration platform that allows you to connect anything anywhere. Rather than creating point-to-point integrations between systems, services, APIs and devices, you can use Mule to intelligently manage message-routing, data mapping, orchestration, reliability, security and scalability between nodes. Plug other systems and applications into Mule and let it handle all the communication between systems, enabling you to track and monitor everything that happens. -At the simplest level, Mule applications accept and process messages through several Lego-block-like message processors plugged together in what we call a flow. Understanding the basic flow architecture is key to understanding Mule. Essentially every Mule flow contains a series of building blocks that accept, then transform and process messages. +At the simplest level, Mule applications accept and process messages through several Lego-block-like message processors plugged together in what we call a flow. Understanding the basic flow architecture is key to understanding Mule. Essentially every Mule flow contains a series of building blocks that accept, then transform and process messages. Receive ======= From dd56be51ff6186aca934d9d6fa305d2b2dcdfc9b Mon Sep 17 00:00:00 2001 From: Julio Bianco Date: Sun, 19 Jan 2025 23:50:44 -0300 Subject: [PATCH 3/3] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a028ca8bb7..5f72f13b0e81 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Stop the point-to-point madness =============================== Mule is a lightweight integration platform that allows you to connect anything anywhere. Rather than creating point-to-point integrations between systems, services, APIs and devices, you can use Mule to intelligently manage message-routing, data mapping, orchestration, reliability, security and scalability between nodes. Plug other systems and applications into Mule and let it handle all the communication between systems, enabling you to track and monitor everything that happens. -At the simplest level, Mule applications accept and process messages through several Lego-block-like message processors plugged together in what we call a flow. Understanding the basic flow architecture is key to understanding Mule. Essentially every Mule flow contains a series of building blocks that accept, then transform and process messages. +At the simplest level, Mule applications accept and process messages through several Lego-block-like message processors plugged together in what we call a flow. Understanding the basic flow architecture is key to understanding Mule. Essentially every Mule flow contains a series of building blocks that accept, then transform and process messages. Receive =======