<?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: Deploying RabbitMQ and Stomp on Ubuntu</title>
	<atom:link href="http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/</link>
	<description>Internet Bandwidth Development: Composting the Internet for over Two Decades</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:54:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Titi</title>
		<link>http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/comment-page-1/#comment-1802</link>
		<dc:creator>Titi</dc:creator>
		<pubDate>Mon, 14 Dec 2009 20:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=89#comment-1802</guid>
		<description>A couple things I needed to do differently to get things to work:

1. &quot;/etc/init.d/stomp-server&quot; instead of &quot;/etc/init.d/stomp_server&quot;
2. I needed to put the SERVER_START_ARGS in /etc/rabbitmq/rabbitmq.conf (I just symlinked the /etc/default/rabbitmq I had created per your instructions.)
3. &quot;ps ax&quot; instead of &quot;ps -ax&quot;

It would be nice to add the &quot;hg update rabbitmq_v1_X_X&quot; info to this page as it&#039;s a pretty important step.</description>
		<content:encoded><![CDATA[<p>A couple things I needed to do differently to get things to work:</p>
<p>1. &#8220;/etc/init.d/stomp-server&#8221; instead of &#8220;/etc/init.d/stomp_server&#8221;<br />
2. I needed to put the SERVER_START_ARGS in /etc/rabbitmq/rabbitmq.conf (I just symlinked the /etc/default/rabbitmq I had created per your instructions.)<br />
3. &#8220;ps ax&#8221; instead of &#8220;ps -ax&#8221;</p>
<p>It would be nice to add the &#8220;hg update rabbitmq_v1_X_X&#8221; info to this page as it&#8217;s a pretty important step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mason</title>
		<link>http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/comment-page-1/#comment-1437</link>
		<dc:creator>Mason</dc:creator>
		<pubDate>Mon, 03 Aug 2009 22:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=89#comment-1437</guid>
		<description>I, too, receive the dreaded broken pipe that Paul describes. It&#039;s like the socket isn&#039;t staying open after initial authentication.</description>
		<content:encoded><![CDATA[<p>I, too, receive the dreaded broken pipe that Paul describes. It&#8217;s like the socket isn&#8217;t staying open after initial authentication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/comment-page-1/#comment-1383</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sun, 10 May 2009 23:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=89#comment-1383</guid>
		<description>Instead of creating /etc/default/rabbitmq I created /etc/default/rabbitmq and now, after restarting rabbitmq I see the stomp when I do a &#039;ps&#039;.

However, when I start up the receieve script, I get this error:

# ruby /usr/lib/erlang/lib/rabbitmq-stomp/examples/ruby/cb-receiver.rb

/var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:243:in `write&#039;: Broken pipe (Errno::EPIPE)
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:243:in `puts&#039;
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:243:in `_transmit&#039;
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:242:in `synchronize&#039;
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:242:in `_transmit&#039;
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:231:in `transmit&#039;
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:118:in `subscribe&#039;
	from /usr/lib/erlang/lib/rabbitmq-stomp/examples/ruby/cb-receiver.rb:5


Darn :(</description>
		<content:encoded><![CDATA[<p>Instead of creating /etc/default/rabbitmq I created /etc/default/rabbitmq and now, after restarting rabbitmq I see the stomp when I do a &#8216;ps&#8217;.</p>
<p>However, when I start up the receieve script, I get this error:</p>
<p># ruby /usr/lib/erlang/lib/rabbitmq-stomp/examples/ruby/cb-receiver.rb</p>
<p>/var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:243:in `write&#8217;: Broken pipe (Errno::EPIPE)<br />
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:243:in `puts&#8217;<br />
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:243:in `_transmit&#8217;<br />
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:242:in `synchronize&#8217;<br />
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:242:in `_transmit&#8217;<br />
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:231:in `transmit&#8217;<br />
	from /var/lib/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:118:in `subscribe&#8217;<br />
	from /usr/lib/erlang/lib/rabbitmq-stomp/examples/ruby/cb-receiver.rb:5</p>
<p>Darn <img src='http://blog.ibd.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://blog.ibd.com/scalable-deployment/deploying-rabbitmq-and-stomp-on-ubuntu/comment-page-1/#comment-1381</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sun, 10 May 2009 19:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=89#comment-1381</guid>
		<description>Hi Robert,

Thanks for this post.

I followed all the steps on my Ubuntu 9.04 server, but I don&#039;t see the rabbit-stomp process(es):

rabbitmq  4809  0.0  0.0   1992   352 ?        S    12:01   0:00 /usr/lib/erlang/erts-5.6.5/bin/epmd -daemon
rabbitmq  8663  2.6  1.5  15412  7992 ?        Ssl  12:20   0:00 /usr/lib/erlang/erts-5.6.5/bin/beam -W w -K true -A30 -- -root /usr/lib/erlang -progname erl -- -home /var/lib/rabbitmq -pa /usr/lib/rabbitmq/bin/../ebin -noshell -noinput -s rabbit -sname rabbit -boot start_sasl -kernel inet_default_listen_options [{nodelay,true},{sndbuf,16384},{recbuf,4096}] -kernel inet_default_connect_options [{nodelay,true}] -rabbit tcp_listeners [{&quot;0.0.0.0&quot;, 5672}] -sasl errlog_type error -kernel error_logger {file,&quot;/var/log/rabbitmq/rabbit.log&quot;} -sasl sasl_error_logger {file,&quot;/var/log/rabbitmq/rabbit-sasl.log&quot;} -os_mon start_cpu_sup true -os_mon start_disksup false -os_mon start_memsup false -os_mon start_os_sup false -os_mon memsup_system_only true -os_mon system_memory_high_watermark 0.95 -mnesia dir &quot;/var/lib/rabbitmq/mnesia/rabbit&quot; -noshell -noinput
rabbitmq  8763  0.0  0.0   1784   412 ?        Ss   12:20   0:00 /usr/lib/erlang/lib/os_mon-2.1.8/priv/bin/cpu_sup

Any ideas what&#039;s wrong?

Thanks,

Paul</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>Thanks for this post.</p>
<p>I followed all the steps on my Ubuntu 9.04 server, but I don&#8217;t see the rabbit-stomp process(es):</p>
<p>rabbitmq  4809  0.0  0.0   1992   352 ?        S    12:01   0:00 /usr/lib/erlang/erts-5.6.5/bin/epmd -daemon<br />
rabbitmq  8663  2.6  1.5  15412  7992 ?        Ssl  12:20   0:00 /usr/lib/erlang/erts-5.6.5/bin/beam -W w -K true -A30 &#8212; -root /usr/lib/erlang -progname erl &#8212; -home /var/lib/rabbitmq -pa /usr/lib/rabbitmq/bin/../ebin -noshell -noinput -s rabbit -sname rabbit -boot start_sasl -kernel inet_default_listen_options [{nodelay,true},{sndbuf,16384},{recbuf,4096}] -kernel inet_default_connect_options [{nodelay,true}] -rabbit tcp_listeners [{"0.0.0.0", 5672}] -sasl errlog_type error -kernel error_logger {file,&#8221;/var/log/rabbitmq/rabbit.log&#8221;} -sasl sasl_error_logger {file,&#8221;/var/log/rabbitmq/rabbit-sasl.log&#8221;} -os_mon start_cpu_sup true -os_mon start_disksup false -os_mon start_memsup false -os_mon start_os_sup false -os_mon memsup_system_only true -os_mon system_memory_high_watermark 0.95 -mnesia dir &#8220;/var/lib/rabbitmq/mnesia/rabbit&#8221; -noshell -noinput<br />
rabbitmq  8763  0.0  0.0   1784   412 ?        Ss   12:20   0:00 /usr/lib/erlang/lib/os_mon-2.1.8/priv/bin/cpu_sup</p>
<p>Any ideas what&#8217;s wrong?</p>
<p>Thanks,</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
