<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wolfbash</author_name>
  <author_url>https://blog.hatena.ne.jp/wolfbash/</author_url>
  <blog_title>強まっていこう</blog_title>
  <blog_url>https://wolfbash.hateblo.jp/</blog_url>
  <categories>
    <anon>Node.js</anon>
    <anon>RabbitMQ</anon>
    <anon>ソフトウェア</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>今回は本家チュートリアル 3 Publish/Subscribe です。これは何か？を簡単に言うと、ブロードキャストです。 今までの例では Receiver 側は Sender から送られた Message をどれか一つの Receiver だけで受けていましたが、これを複数の Receiver で受ける事が可能になります。ではまず Receiver 側です。pub.js #!/usr/bin/env node const amqp = require('amqplib'); const my = require('./my.js'); async function main() { cons…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwolfbash.hateblo.jp%2Fentry%2F2019%2F09%2F30%2F204230&quot; title=&quot;RabbitMQ でPub/Sub (チュートリアル3 Publish/Subscribe) - 強まっていこう&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-09-30 20:42:30</published>
  <title>RabbitMQ でPub/Sub (チュートリアル3 Publish/Subscribe)</title>
  <type>rich</type>
  <url>https://wolfbash.hateblo.jp/entry/2019/09/30/204230</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
