<?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>Queue on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/queue/</link>
    <description>Recent content in Queue on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 24 Jan 2018 15:24:29 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/queue/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>RabbitMQ基础（二）——工作队列Work Queues</title>
      <link>https://blog.hankmo.com/posts/tech/rabbitmq-queue/</link>
      <pubDate>Wed, 24 Jan 2018 15:24:29 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/rabbitmq-queue/</guid>
      <description>Work Queues，称为工作队列(也称Task Queues，任务队列)，其主旨在于避免立即执行资源密集型任务，并且必须等待它完成。相反，我们把任务安排在后来执行。对此，我们将任务封装为消息并将其发送到队列中。在后台运行的工作进程会获取任务并最终执行任务。当你运行许多工作进程时，任务将在他们之间共享。</description>
    </item>
  </channel>
</rss>
