<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Exchange on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/exchange/</link>
    <description>Recent content in Exchange on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 22 Mar 2018 17:03:05 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/exchange/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>RabbitMQ基础（三）——fanout交换器和发布/订阅</title>
      <link>https://blog.hankmo.com/posts/tech/rabbitmq-fanout-exchange/</link>
      <pubDate>Thu, 22 Mar 2018 17:03:05 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/rabbitmq-fanout-exchange/</guid>
      <description>交换器，即Exchange，交换器是消息到达的第一站，所有的消息都先发送给交换器，交换器再按照不同的规则进行消息分发。RabbitMQ中的消息传递模型的核心思想是，生产者不会直接向队列发送任何消息。实际上，生产者甚至不知道消息是否会被传递到任何队列。相反，生产者只能发送消息给交换器。交换器做的事情非常简单：一方面，它接收来自生产者的消息，另一边则将消息推送到队列中。交换器分发规则是由交换类型(exchange type)定义的。</description>
    </item>
  </channel>
</rss>
