12 2017 档案
摘要:原文来自 "RabbitMQ 英文官网" 的 "教程(6.Remote procedure call RPC)" ,其示例代码采用了 .NET C 语言。 In the second tutorial we learned how to use Work Queues to distribute t
阅读全文
摘要:原文来自 "RabbitMQ 英文官网" 的 "教程(5.Topics)" ,其示例代码采用了 .NET C 语言。 In the previous tutorial we improved our logging system. Instead of using a fanout exchange
阅读全文
摘要:原文来自 "RabbitMQ 英文官网" 的 "教程(4.Routing)" ,其示例代码采用了 .NET C 语言。 In the previous tutorial we built a simple logging system. We were able to broadcast log m
阅读全文
摘要:原文来自 "RabbitMQ 英文官网" 的 "教程(3.Publish and Subscribe)" ,其示例代码采用了 .NET C 语言。 In the previous tutorial we created a work queue. The assumption behind a wo
阅读全文
摘要:原文来自 "RabbitMQ 英文官网" 的 "教程(2.Work Queues)" ,其示例代码采用了 .NET C 语言。 In the first tutorial we wrote programs to send and receive messages from a named queu
阅读全文
摘要:原文来自 "RabbitMQ 英文官网" 的 "教程(1.Introduction)" ,其示例代码采用了 .NET C 语言。 RabbitMQ is a message broker: it accepts and forwards messages. You can think about i
阅读全文