<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Rabbit behind the scenes</title>
	<atom:link href="http://piotrpasich.com/rabbit-behind-the-scenes/feed/" rel="self" type="application/rss+xml" />
	<link>http://piotrpasich.com/rabbit-behind-the-scenes/</link>
	<description>PHP, Symfony, Design Patterns</description>
	<lastBuildDate>Fri, 08 Sep 2023 13:45:00 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: Richard Clayton</title>
		<link>http://piotrpasich.com/rabbit-behind-the-scenes/#comment-96</link>
		<dc:creator><![CDATA[Richard Clayton]]></dc:creator>
		<pubDate>Thu, 07 May 2015 16:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://piotrpasich.com/?p=2555#comment-96</guid>
		<description><![CDATA[You really can&#039;t compare RabbitMQ to ZeroMQ.  ZeroMQ is a library, whereas RabbitMQ is a message broker.  ZeroMQ will support the creation of special purpose messaging architectures at the cost of a lot of development time and testing.  I wouldn&#039;t recommend it as a solution unless you have already tried another message broker and found the performance unsuitable for your task.  With something like RabbitMQ, you get a lot of security, reliability and routing features out of the box.  Trying to get the equivalent amount of features out of a custom ZeroMQ solution would take a team years to replicate.]]></description>
		<content:encoded><![CDATA[<p>You really can&#8217;t compare RabbitMQ to ZeroMQ.  ZeroMQ is a library, whereas RabbitMQ is a message broker.  ZeroMQ will support the creation of special purpose messaging architectures at the cost of a lot of development time and testing.  I wouldn&#8217;t recommend it as a solution unless you have already tried another message broker and found the performance unsuitable for your task.  With something like RabbitMQ, you get a lot of security, reliability and routing features out of the box.  Trying to get the equivalent amount of features out of a custom ZeroMQ solution would take a team years to replicate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Nanni</title>
		<link>http://piotrpasich.com/rabbit-behind-the-scenes/#comment-92</link>
		<dc:creator><![CDATA[Andrea Nanni]]></dc:creator>
		<pubDate>Fri, 06 Feb 2015 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://piotrpasich.com/?p=2555#comment-92</guid>
		<description><![CDATA[Rabbit lose compared to ZeroMq in terms of speed and flexibility. Built from the creator of the AMQP protocol (Pieter Hintjens), ZeroMq it&#039;s a lego style approach to messaging. i used the Majordomo/Titanic pattern + Zyre to build a massive scraping platform that scales very well where workers nodes comes and go when requested, autodiscovered by a cluster of brokers. I can&#039;t do this with Rabbit easily. Hintjens is doing this better with Malamute, a project which i suggest you to take a look. https://github.com/Malamute/malamute-core]]></description>
		<content:encoded><![CDATA[<p>Rabbit lose compared to ZeroMq in terms of speed and flexibility. Built from the creator of the AMQP protocol (Pieter Hintjens), ZeroMq it&#8217;s a lego style approach to messaging. i used the Majordomo/Titanic pattern + Zyre to build a massive scraping platform that scales very well where workers nodes comes and go when requested, autodiscovered by a cluster of brokers. I can&#8217;t do this with Rabbit easily. Hintjens is doing this better with Malamute, a project which i suggest you to take a look. <a href="https://github.com/Malamute/malamute-core" rel="nofollow">https://github.com/Malamute/malamute-core</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raham Rahim</title>
		<link>http://piotrpasich.com/rabbit-behind-the-scenes/#comment-69</link>
		<dc:creator><![CDATA[Raham Rahim]]></dc:creator>
		<pubDate>Tue, 07 Oct 2014 09:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://piotrpasich.com/?p=2555#comment-69</guid>
		<description><![CDATA[Amazing post Ramiro.

I was actually looking for some tutorials about RabbitMQ and I came across your article. I also found these projects on GitHub that implements some messaging patterns ins case anyone will find it useful:

https://github.com/videlalvaro/Thumper
https://github.com/ebeyrent/Mopsy

Cheers]]></description>
		<content:encoded><![CDATA[<p>Amazing post Ramiro.</p>
<p>I was actually looking for some tutorials about RabbitMQ and I came across your article. I also found these projects on GitHub that implements some messaging patterns ins case anyone will find it useful:</p>
<p><a href="https://github.com/videlalvaro/Thumper" rel="nofollow">https://github.com/videlalvaro/Thumper</a><br />
<a href="https://github.com/ebeyrent/Mopsy" rel="nofollow">https://github.com/ebeyrent/Mopsy</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramiro</title>
		<link>http://piotrpasich.com/rabbit-behind-the-scenes/#comment-67</link>
		<dc:creator><![CDATA[Ramiro]]></dc:creator>
		<pubDate>Thu, 02 Oct 2014 16:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://piotrpasich.com/?p=2555#comment-67</guid>
		<description><![CDATA[Very good explanation about queue usage.
In my previous workplace I used RabbitMQ to manage SMS messages for our service and it handled pretty well, since many times we had the telecom company broadcasting promotions to millions of users.]]></description>
		<content:encoded><![CDATA[<p>Very good explanation about queue usage.<br />
In my previous workplace I used RabbitMQ to manage SMS messages for our service and it handled pretty well, since many times we had the telecom company broadcasting promotions to millions of users.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
