Close

Message Broker

A message broker is an architectural pattern for message validation, transformation, and routing. It mediates communication among applications, minimizing the mutual awareness that applications should have of each other in order to be able to exchange messages, effectively implementing decoupling.

Middleware and Message Broker Basics

IOT

Fundamentals of Middleware and Message Broker Middleware is software that connects different applications and systems. It provides a common platform for applications to communicate with each other, regardless of their underlying platform or programming language. Middleware can be used to solve a variety of problems, including: Message brokers are a […]

Devamını Oku

AWS MQ: The Symphony of Cloud Messaging

AWS MQ: The Symphony of Cloud Messaging

AWS (Amazon Web Services) has become the virtuoso in cloud computing, orchestrating various services that harmoniously unite to deliver an exceptional cloud experience. Among its repertoire lies AWS MQ, an enchanting conductor of cloud messaging that effortlessly bridges the gap between applications and queues. In this Symphony of innovation, we’ll […]

Devamını Oku

Welcome to the World of Apache Kafka: An Introduction to Distributed Event Streaming

Welcome to the World of Apache Kafka: An Introduction to Distributed Event Streaming

Apache Kafka is an open-source distributed streaming platform designed to efficiently handle high volumes of real-time data. It is used to build real-time data pipelines and streaming applications and is often used when large amounts of data need to be processed in real-time. Kafka is based on a publish-subscribe model, […]

Devamını Oku

MongoDB In 30 Minutes

MongoDB

We are diving into the MongoDB NoSQL database and looking at the fundamentals and the syntax to create, read, update and delete documents/data MongoDB is a popular, open-source NoSQL database. NoSQL databases store data in a non-relational format, unlike traditional relational databases (SQL) that store data in tables with rows […]

Devamını Oku

The Power of Message Brokers in Modern Architecture

The Power of Message Brokers in Modern Architecture

How to Choose the Right Message Broker for Your Application If you are developing a distributed application that relies on asynchronous communication between its components, you might need a message broker to handle the data flow. A message broker is a software module that acts as an intermediary between different […]

Devamını Oku

Exploring the Full Spectrum of AWS Services

Exploring the Full Spectrum of AWS Services

I use Amazon as a cloud service in my new Java/Kotlin projects. I couldn’t easily find a complete list of AWS modules. I was able to create this shortlist as a result of the reviews. Compute   EC2 Virtual Private Servers Lightsail Amazon’s hosting provider (VPS, DNS, storage) Lambda Functions […]

Devamını Oku

MQTT Protokolü Nedir?

MQTT

MQTT,  Message Queuing Telemetry Transport  teriminin kısaltmasıdır.  Mesajın karşı tarafa gönderilmesini sağlayan basit ve hızlı bir protokoldür.  MQTT bir message broker üzerinden çalışır.  Message Broker ya da kısaca Broker bir mesajın uç noktaların anlayabileceği biçime getirilmesi işini sağlayan bir uygulamadır.  Broker ‘a abone olan uçlara mesaj gönderilir.  Bu işleme publish, […]

Devamını Oku

RabbitMQ vs Kafka vs ActiveMQ: What are the differences?

RabbitMQ vs Kafka vs ActiveMQ: What are the differences?

RabbitMQ, Kafka, and ActiveMQ are all messaging technologies that provide asynchronous communication and decouple processes (detaching the sender and receiver of a message). They are called message queues, message brokers, or messaging tools. RabbitMQ, Kafka, and ActiveMQ all have the same primary purpose but can do their jobs differently. Developers describe ActiveMQ as “A message […]

Devamını Oku

Enabling Dynamic Messaging in the Cloud: Spring Cloud Bus

Enabling Dynamic Messaging in the Cloud: Spring Cloud Bus

Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then broadcast state changes (e.g., configuration changes) or other management instructions. AMQP and Kafka broker implementations are included in the project. Alternatively, any Spring Cloud Stream binder on the classpath will work out of the box […]

Devamını Oku