Link Search Menu Expand Document

prod

Message Oriented Middleware

Introduction

The Message Oriented Middleware stores and routes messages while transferring them from senders to receivers.

Technologies used

  • RabbitMQ

How it works

An integration flow is represented by a directed acyclic graph in which nodes are represented by integration components communicating with a particular API or executing some custom logic. The edges of the integration graph define which of two components are connected.

An integration flow is executed by number of Pods, each representing a flow’s node, also called a flow step. The steps communicate which each other through a messaging queue, such as RabbitMQ.