RabbitMQ 翻译系列一: "Hello World!"

Introduction

    RabbitMQ (Rabbit兔子) 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 Mr. or Ms. Mailperson will eventually (最终)deliver(投递) the mail to your recipient(收件人). In this analogy(类比), RabbitMQ is a post box, a post office and a postman.

    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(术语).

1、Producing(生产) means nothing more than (只不过) sending. A program that sends messages is a producer :

2、A queue is the name for a post box which lives(居住) inside(内部) RabbitMQ. Although messages flow through RabbitMQ and your applications, they can only be stored inside a queue. A queue is only bound by(受约束) the host's memory & disk limits, it's essentially(本质上) a large message buffer. Many producers can send messages that go to one queue,

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值