tanszek:oktatas:iss_t:messaging_systems
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tanszek:oktatas:iss_t:messaging_systems [2023/04/24 19:09] – knehez | tanszek:oktatas:iss_t:messaging_systems [2025/04/14 07:31] (current) – [MQTT example] knehez | ||
---|---|---|---|
Line 15: | Line 15: | ||
A message queue is a software that enables communication between different software components in a distributed system. It allows components to exchange messages asynchronously, | A message queue is a software that enables communication between different software components in a distributed system. It allows components to exchange messages asynchronously, | ||
- | RabbitMQ (https:// | + | RabbitMQ (https:// |
In RabbitMQ, messages are published by producers to a specific exchange, which routes them to one or more queues based on the specified routing key. Consumers then subscribe to the queues and receive messages. RabbitMQ supports multiple programming languages, including Java, Python, .NET, and Node.js, making it a versatile messaging solution for various use cases. | In RabbitMQ, messages are published by producers to a specific exchange, which routes them to one or more queues based on the specified routing key. Consumers then subscribe to the queues and receive messages. RabbitMQ supports multiple programming languages, including Java, Python, .NET, and Node.js, making it a versatile messaging solution for various use cases. | ||
Line 112: | Line 112: | ||
git clone https:// | git clone https:// | ||
- | cd isis/ | + | cd isi/ |
docker-compose up | docker-compose up | ||
Line 242: | Line 242: | ||
print(" | print(" | ||
</ | </ | ||
+ | |||
+ |
tanszek/oktatas/iss_t/messaging_systems.1682363360.txt.gz · Last modified: 2023/04/24 19:09 by knehez