<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: AMQP and Twisted</title>
	<atom:link href="http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/</link>
	<description>Thoughts and musings</description>
	<lastBuildDate>Sun, 15 Jan 2012 21:25:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dan Siemon</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-365208</link>
		<dc:creator>Dan Siemon</dc:creator>
		<pubDate>Wed, 23 Mar 2011 01:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-365208</guid>
		<description>Anyone using this code please read &lt;a href=&quot;http://www.coverfire.com/archives/2011/03/22/txamqp-twistd-update/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Anyone using this code please read <a href="http://www.coverfire.com/archives/2011/03/22/txamqp-twistd-update/" rel="nofollow">this post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: txamqp-twistd update &#124; Dan Siemon</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-365207</link>
		<dc:creator>txamqp-twistd update &#124; Dan Siemon</dc:creator>
		<pubDate>Wed, 23 Mar 2011 01:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-365207</guid>
		<description>[...] while ago I put some code online that makes using txamqp with twistd [...]</description>
		<content:encoded><![CDATA[<p>[...] while ago I put some code online that makes using txamqp with twistd [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Siemon</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-353421</link>
		<dc:creator>Dan Siemon</dc:creator>
		<pubDate>Sun, 26 Dec 2010 03:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-353421</guid>
		<description>Thanks. I&#039;ve committed this fix. If you make any other improvements please let me know.</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;ve committed this fix. If you make any other improvements please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hughes</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-352773</link>
		<dc:creator>Tim Hughes</dc:creator>
		<pubDate>Wed, 22 Dec 2010 19:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-352773</guid>
		<description>Sorry that should be 
&lt;code&gt;reactor.connectTCP(self.host, self.port, self)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry that should be<br />
<code>reactor.connectTCP(self.host, self.port, self)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hughes</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-352619</link>
		<dc:creator>Tim Hughes</dc:creator>
		<pubDate>Wed, 22 Dec 2010 01:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-352619</guid>
		<description>Thanks Dan, 

I was working on writing something similar and when trying to work it all out I discovered this. It has helped with my understanding and is much more complete than mine so I am adapting to to suit my needs. While doing this is noticed a little bug where you are always using the method args instead of your defaults even if there is nothing passed into the __init__ method . 

I think line 180 should read 
&lt;code&gt;reactor.connectTCP(self.host, self.port, self.self)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Dan, </p>
<p>I was working on writing something similar and when trying to work it all out I discovered this. It has helped with my understanding and is much more complete than mine so I am adapting to to suit my needs. While doing this is noticed a little bug where you are always using the method args instead of your defaults even if there is nothing passed into the __init__ method . </p>
<p>I think line 180 should read<br />
<code>reactor.connectTCP(self.host, self.port, self.self)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Siemon</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-332091</link>
		<dc:creator>Dan Siemon</dc:creator>
		<pubDate>Wed, 04 Aug 2010 22:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-332091</guid>
		<description>Thanks Simon. I&#039;ve fixed this in the repository.</description>
		<content:encoded><![CDATA[<p>Thanks Simon. I&#8217;ve fixed this in the repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon de Haan</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-331561</link>
		<dc:creator>Simon de Haan</dc:creator>
		<pubDate>Mon, 02 Aug 2010 07:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-331561</guid>
		<description>Hi,

Thanks for the example code. There&#039;s a small bug in your code which causes it to always default to the &#039;/&#039; vhost even if specified otherwise.

Line 169 should read: &lt;code&gt;self.vhost = vhost or &#039;/&#039;&lt;/code&gt; instead of &lt;code&gt;&#039;/&#039; or vhost&lt;/code&gt;.

cheers! smn</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the example code. There&#8217;s a small bug in your code which causes it to always default to the &#8216;/&#8217; vhost even if specified otherwise.</p>
<p>Line 169 should read: <code>self.vhost = vhost or '/'</code> instead of <code>'/' or vhost</code>.</p>
<p>cheers! smn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Siemon</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-316350</link>
		<dc:creator>Dan Siemon</dc:creator>
		<pubDate>Fri, 26 Mar 2010 01:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-316350</guid>
		<description>Oops. Fixed. You can now clone with the following:

git clone http://git.coverfire.com/txamqp-twistd.git</description>
		<content:encoded><![CDATA[<p>Oops. Fixed. You can now clone with the following:</p>
<p>git clone <a href="http://git.coverfire.com/txamqp-twistd.git" rel="nofollow">http://git.coverfire.com/txamqp-twistd.git</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick Tryzelaar</title>
		<link>http://www.coverfire.com/archives/2010/03/15/amqp-and-twisted/comment-page-1/#comment-316240</link>
		<dc:creator>Erick Tryzelaar</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.coverfire.com/?p=674#comment-316240</guid>
		<description>Hello Dan! Is there a url that I can clone with git expose? Your project page mentions that I could go to http://git.coverfire.com/txamqp-twistd.git/, but the web server is giving me a 403/Forbidden error.</description>
		<content:encoded><![CDATA[<p>Hello Dan! Is there a url that I can clone with git expose? Your project page mentions that I could go to <a href="http://git.coverfire.com/txamqp-twistd.git/" rel="nofollow">http://git.coverfire.com/txamqp-twistd.git/</a>, but the web server is giving me a 403/Forbidden error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

