<?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: Ruby + AMQP + RabbitMQ Example</title>
	<atom:link href="http://somic.org/2008/06/24/ruby-amqp-rabbitmq-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://somic.org/2008/06/24/ruby-amqp-rabbitmq-example/</link>
	<description>Dmitriy Samovskiy's Blog</description>
	<lastBuildDate>Wed, 03 Mar 2010 03:57:35 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: darxriggs</title>
		<link>http://somic.org/2008/06/24/ruby-amqp-rabbitmq-example/comment-page-1/#comment-531</link>
		<dc:creator>darxriggs</dc:creator>
		<pubDate>Wed, 22 Apr 2009 21:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://somic-org.homelinux.org/blog/2008/06/24/ruby-amqp-rabbitmq-example/#comment-531</guid>
		<description>instead of...
def open_or_nil(filename)
    begin
        File.open(filename)
    rescue
        nil
    end
end
...you can simple write...
File.open(filename) rescue nil</description>
		<content:encoded><![CDATA[<p>instead of&#8230;<br />
def open_or_nil(filename)<br />
    begin<br />
        File.open(filename)<br />
    rescue<br />
        nil<br />
    end<br />
end<br />
&#8230;you can simple write&#8230;<br />
File.open(filename) rescue nil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitriy</title>
		<link>http://somic.org/2008/06/24/ruby-amqp-rabbitmq-example/comment-page-1/#comment-305</link>
		<dc:creator>Dmitriy</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://somic-org.homelinux.org/blog/2008/06/24/ruby-amqp-rabbitmq-example/#comment-305</guid>
		<description>No, haven&#039;t had a chance to play with it yet, but I am hearing it&#039;s very good.</description>
		<content:encoded><![CDATA[<p>No, haven&#8217;t had a chance to play with it yet, but I am hearing it&#8217;s very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tinomen</title>
		<link>http://somic.org/2008/06/24/ruby-amqp-rabbitmq-example/comment-page-1/#comment-304</link>
		<dc:creator>tinomen</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://somic-org.homelinux.org/blog/2008/06/24/ruby-amqp-rabbitmq-example/#comment-304</guid>
		<description>right on. I had both, but was using the wrong one.

Have you played with the ruby ampq client on github? Any Thoughts?</description>
		<content:encoded><![CDATA[<p>right on. I had both, but was using the wrong one.</p>
<p>Have you played with the ruby ampq client on github? Any Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitriy</title>
		<link>http://somic.org/2008/06/24/ruby-amqp-rabbitmq-example/comment-page-1/#comment-303</link>
		<dc:creator>Dmitriy</dc:creator>
		<pubDate>Sat, 06 Sep 2008 16:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://somic-org.homelinux.org/blog/2008/06/24/ruby-amqp-rabbitmq-example/#comment-303</guid>
		<description>It looks to me like you are using the spec XML which came with QPid. Please download the official spec XML form amqp.org (see the link in my post above).</description>
		<content:encoded><![CDATA[<p>It looks to me like you are using the spec XML which came with QPid. Please download the official spec XML form amqp.org (see the link in my post above).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tinomen</title>
		<link>http://somic.org/2008/06/24/ruby-amqp-rabbitmq-example/comment-page-1/#comment-302</link>
		<dc:creator>tinomen</dc:creator>
		<pubDate>Sat, 06 Sep 2008 03:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://somic-org.homelinux.org/blog/2008/06/24/ruby-amqp-rabbitmq-example/#comment-302</guid>
		<description>Should the producer be tailing to the console?
I&#039;m getting the following error:

./disttailf.rb -x /usr/local/qpid/specs/amqp.0-8.xml -s 127.0.0.1 -p 5672 -c
CONNECTION CLOSED: 501, FRAME_ERROR - cannot decode &lt;&gt;, 60, 20
writer Qpid::Closed
/usr/local/qpid/ruby/qpid/queue.rb:41:in `pop&#039;: Qpid::Closed (Qpid::Closed)
	from /usr/local/qpid/ruby/qpid/peer.rb:208:in `invoke&#039;
	from /usr/local/qpid/ruby/qpid/peer.rb:190:in `method_missing&#039;
	from ./disttailf.rb:25:in `consumer&#039;
	from ./disttailf.rb:126</description>
		<content:encoded><![CDATA[<p>Should the producer be tailing to the console?<br />
I&#8217;m getting the following error:</p>
<p>./disttailf.rb -x /usr/local/qpid/specs/amqp.0-8.xml -s 127.0.0.1 -p 5672 -c<br />
CONNECTION CLOSED: 501, FRAME_ERROR &#8211; cannot decode &lt;&gt;, 60, 20<br />
writer Qpid::Closed<br />
/usr/local/qpid/ruby/qpid/queue.rb:41:in `pop&#8217;: Qpid::Closed (Qpid::Closed)<br />
	from /usr/local/qpid/ruby/qpid/peer.rb:208:in `invoke&#8217;<br />
	from /usr/local/qpid/ruby/qpid/peer.rb:190:in `method_missing&#8217;<br />
	from ./disttailf.rb:25:in `consumer&#8217;<br />
	from ./disttailf.rb:126</p>
]]></content:encoded>
	</item>
</channel>
</rss>
