<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Service Communication on Software Design</title><link>https://software-design.dev/architecture/service-communication/</link><description>Recent content in Service Communication on Software Design</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2026 Daniil Dzemidovich</copyright><lastBuildDate>Tue, 31 Jan 2023 13:18:50 +0300</lastBuildDate><atom:link href="https://software-design.dev/architecture/service-communication/index.xml" rel="self" type="application/rss+xml"/><item><title>Message brokers</title><link>https://software-design.dev/architecture/service-communication/message-brokers/</link><pubDate>Wed, 07 Sep 2022 10:48:57 +0000</pubDate><guid>https://software-design.dev/architecture/service-communication/message-brokers/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;A &lt;strong&gt;Message Broker&lt;/strong&gt; is a software component that allows applications, systems, and services to communicate and exchange data.&lt;/p&gt;
&lt;p&gt;Message brokers are software modules included in &lt;strong&gt;Messaging Middleware&lt;/strong&gt; or &lt;strong&gt;Message-Oriented Middleware (MOM)&lt;/strong&gt; solutions.&lt;/p&gt;</description></item><item><title>MQTT</title><link>https://software-design.dev/architecture/service-communication/mqtt/</link><pubDate>Sun, 11 Sep 2022 13:20:48 +0300</pubDate><guid>https://software-design.dev/architecture/service-communication/mqtt/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;MQTT (MQ Telemetry Transport)&lt;/strong&gt; is a simple lightweight &lt;strong&gt;publish / subscribe&lt;/strong&gt; binary protocol mostly used for &lt;strong&gt;Internet of Things (IoT)&lt;/strong&gt;. Almost every embedded device has a library that implements MQTT protocol for sending and receiving messages.&lt;/p&gt;</description></item><item><title>AMQP</title><link>https://software-design.dev/architecture/service-communication/amqp/</link><pubDate>Sun, 06 Sep 2020 08:48:57 +0000</pubDate><guid>https://software-design.dev/architecture/service-communication/amqp/</guid><description>&lt;h2 id="amqp-concepts"&gt;AMQP Concepts&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;AMQP (Advanced Message Queue Protocol)&lt;/strong&gt; - is a messaging protocol that enables conforming client applications to communicate with conforming messaging middleware brokers.&lt;/p&gt;</description></item><item><title>RabbitMQ</title><link>https://software-design.dev/architecture/service-communication/rabbitmq/</link><pubDate>Fri, 25 Sep 2020 08:48:57 +0000</pubDate><guid>https://software-design.dev/architecture/service-communication/rabbitmq/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;RabbitMQ&lt;/strong&gt; is an open-source distributed message broker written in Erlang that facilitates
efficient message delivery and complex routing scenarios. RabbitMQ typically runs as a cluster of
nodes where queues are distributed across nodes.&lt;/p&gt;</description></item><item><title>HTTP</title><link>https://software-design.dev/architecture/service-communication/http/</link><pubDate>Sun, 29 Jan 2023 20:56:25 +0300</pubDate><guid>https://software-design.dev/architecture/service-communication/http/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;HTTP&lt;/strong&gt; (Hyper Text Transfer Protocol) is a basic protocol used for the communication between a web-server and its client applications. It stands on the application-level protocol of the 

&lt;a class="link link--text" href="https://en.wikipedia.org/wiki/OSI_model" rel="external"&gt;OSI model&lt;/a&gt; and works over TCP/IP. The protocol was initially presented by Tim Berners-Lee in 1991.&lt;/p&gt;</description></item><item><title>HTTPS (SSL/TLS)</title><link>https://software-design.dev/architecture/service-communication/https/</link><pubDate>Tue, 31 Jan 2023 13:18:50 +0300</pubDate><guid>https://software-design.dev/architecture/service-communication/https/</guid><description>&lt;p&gt;&lt;strong&gt;Hypertext transfer protocol secure (HTTPS)&lt;/strong&gt; is the secure version of HTTP, which is the primary protocol used to send data between a web browser and a website. HTTPS is encrypted in order to increase the security of data transfer.&lt;/p&gt;</description></item></channel></rss>