原文来自 RabbitMQ 英文官网的教程(4.Routing),其示例代码采用了 .NET C# 语言. In the previous tutorial we built a simple logging system. We were able to broadcast log messages to many receivers. 在之前的教程中,我们构建了一个简单的日志系统,我们可以广播日志消息给众多的接收人. In this tutorial we're going to add a…
Introduction RabbitMQ is a message broker. The principal idea is pretty simple: it accepts and forwards messages. RabbitMQ, and messaging in general, uses some jargon. Producing means nothing more than sending. A program that sends messages is a prod…
AMQP 0-9-1 Model Explained — RabbitMQ http://next.rabbitmq.com/tutorials/amqp-concepts.html AMQP 0-9-1 Model Explained About This Guide This guide provides an overview of the the AMQP 0-9-1 protocol, one of the protocols supported by RabbitMQ. High-l…
(using the pika 0.10.0 Python client) In the previous tutorial we built a simple logging system. We were able to broadcast log messages to many receivers. In this tutorial we're going to add a feature to it - we're going to make it possible to subscr…