TymBits
Distributed system
TymBits
Distributed System
Search
Search
Cancel
Loading search index…
No recent searches
No results for "
Query here
"
Title here
Date here
Summary here
Content
Basic Components
Load Balancer
Content Delivery Network (CDN)
Caching
Coupling
Coupling
Domain Coupling
Temporal Coupling
Pass-through Coupling
Common Coupling
Content Coupling
Cap Theorem
Messaging
Messaging
Messages
Command (Request) Message
Event Message
Document Message
On this page
Introduction
Basic Components of Messaging
Sender
Message Broker
Receiver
Message
Messaging
On this page
Introduction
Basic Components of Messaging
Sender
Message Broker
Receiver
Message
Introduction
#
Asynchronous method of communication.
Buffers messages in the message broker.
Improves performance, decouples systems, and increases availability.
Basic Components of Messaging
#
Sender
#
Prepares and sends the message to the message broker.
Message Broker
#
Acts as a buffer, receives the message from the sender and delivers it to the receiver.
Creates a messaging channel.
Receiver
#
Receives and acts upon the message.
Message
#
Carries information from the sender to the receiver.
The moving component in the messaging system.
Prev
Content Delivery Network (CDN)
Next
Coupling
Top