RabbitMQ tutorial - "Hello world!" — RabbitMQ
This tutorial assumes RabbitMQ is installed and running on localhost on the standard port (5672). In case you use a different host, port or credentials, connections settings would require adjusting. If you're having trouble going through this tutorial you can contact us through the mailing list or RabbitMQ community Slack. RabbitMQ is a message broker: it accepts and forwards messages. You can think about it as a post office: when you put the mail that you want posting in a post box, you can be sure that the letter carrier will eventually deliver the mail to your recipient. In this analogy, RabbitMQ is a post box, a post office, and a letter carrier. The major difference between RabbitMQ and the post office is that it doesn't deal with paper, instead it accepts, stores, and forwards binary blobs of data ‒ messages. RabbitMQ, and messaging in general, uses some jargon. Producing means nothing more than sending. A program that sends messages is a producer : A queue is the name for the po
On this page Introduction info Prerequisites This tutorial assumes RabbitMQ is installed and running on localhost on the standard port (5672). In case you use a different host, port or credentials, connections settings would require adjusting. Where to get help If you're having trouble going through this tutorial you can contact us through GitHub Discussions or RabbitMQ community Discord . RabbitMQ is a message broker: it accepts and forwards messages. You can think about it as a post office: when you put the mail that you want posting in a post box, you can be sure that the letter carri
Explore this link on the map →related reading
- RabbitMQ tutorial - Publish/Subscribe | RabbitMQrabbitmq.com
- RabbitMQ tutorial - Work Queues | RabbitMQrabbitmq.com
- RabbitMQ tutorial - Routing | RabbitMQrabbitmq.com
- RabbitMQ tutorial - Remote procedure call (RPC) | RabbitMQrabbitmq.com
- RabbitMQ tutorial - Topics | RabbitMQrabbitmq.com
- When to use RabbitMQ over Kafka? - Stack Overflowstackoverflow.com
- RabbitMQ tutorial - Reliable Publishing with Publisher Confirms | RabbitMQrabbitmq.com
- Amazon SQS FAQs | Message Queuing Service | AWSaws.amazon.com
- When to use RabbitMQ or Apache Kafka - CloudAMQPcloudamqp.com
- System Design, Chapter 7: Queuescharlieinden.github.io
- RabbitMQ vs Redis OSS - Difference Between Pub/Sub Messaging Systems - AWSaws.amazon.com
- Reddit - Please wait for verificationreddit.com