<?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: How Can I Use SoftLayer Message Queue?</title>
	<atom:link href="http://blog.softlayer.com/2012/how-can-i-use-softlayer-message-queue/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softlayer.com/2012/how-can-i-use-softlayer-message-queue/</link>
	<description>A Behind the Scenes Look at the Best Hosting Provider in the World</description>
	<lastBuildDate>Thu, 23 May 2013 19:20:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Phil</title>
		<link>http://blog.softlayer.com/2012/how-can-i-use-softlayer-message-queue/comment-page-1/#comment-42877</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 24 Sep 2012 14:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9216#comment-42877</guid>
		<description>William: You shouldn’t run into this problem. When a message is retrieved it is removed from the queue for the time defined with the visibility interval. Even if two workers are initiated at the same moment, one will always perform the action before the other which will temporarily remove the message from the queue.

-Phil</description>
		<content:encoded><![CDATA[<p>William: You shouldn’t run into this problem. When a message is retrieved it is removed from the queue for the time defined with the visibility interval. Even if two workers are initiated at the same moment, one will always perform the action before the other which will temporarily remove the message from the queue.</p>
<p>-Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.softlayer.com/2012/how-can-i-use-softlayer-message-queue/comment-page-1/#comment-42684</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 18 Sep 2012 23:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9216#comment-42684</guid>
		<description>This is great! I have one question, is the message queue thread safe? So that if I have two &#039;Worker One&#039;s are they guaranteed not to get the same message if they pop at exactly the same time?</description>
		<content:encoded><![CDATA[<p>This is great! I have one question, is the message queue thread safe? So that if I have two &#8216;Worker One&#8217;s are they guaranteed not to get the same message if they pop at exactly the same time?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
