<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>When to Wait for Messages</title><link>http://blogs.msdn.com/drnick/archive/2006/11/09/when-to-wait-for-messages.aspx</link><description>When you call receive on a channel, there is always a timeout that bounds that receive operation. There are actually three different kinds of receive on the standard input channel shape. The Receive method waits for a message to arrive up to the timeout</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Dealing with SSL Certificate Validation Failures</title><link>http://blogs.msdn.com/drnick/archive/2006/11/09/when-to-wait-for-messages.aspx#1044499</link><pubDate>Thu, 09 Nov 2006 20:22:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1044499</guid><dc:creator>Nicholas Allen's Indigo Blog</dc:creator><description>&lt;p&gt;Here's a quick list of things to try when debugging a non-functioning SSL server certificate. Has the&lt;/p&gt;
</description></item><item><title>re: When to Wait for Messages</title><link>http://blogs.msdn.com/drnick/archive/2006/11/09/when-to-wait-for-messages.aspx#1054567</link><pubDate>Fri, 10 Nov 2006 19:21:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1054567</guid><dc:creator>Udi Dahan -The Software Simplist</dc:creator><description>&lt;p&gt;If we were to divide up different message types to different endpoints, grouping those that needed transactional behavior to the same endpoint, then we could reach a simple solution.&lt;/p&gt;
&lt;p&gt;If the endpoint will be handling &amp;quot;transactional&amp;quot; messages, it would just open a transaction and call Receive with an infinite timeout.&lt;/p&gt;
&lt;p&gt;Simple.&lt;/p&gt;</description></item><item><title>re: When to Wait for Messages</title><link>http://blogs.msdn.com/drnick/archive/2006/11/09/when-to-wait-for-messages.aspx#1073585</link><pubDate>Tue, 14 Nov 2006 10:40:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1073585</guid><dc:creator>Nicholas Allen</dc:creator><description>&lt;p&gt;Udi,&lt;/p&gt;
&lt;p&gt;That's an interesting approach, assuming that you're willing to deal with having multiple endpoints. &amp;nbsp;However, there are some other problems that can come up when using large timeouts. &amp;nbsp;For example, if your transactional channel is layered over a channel that is willing to continuously perform work up until the timeout, such as reliable messaging. &amp;nbsp;In that case, you could be spending a lot of time failing to receive the same message repeatedly. &amp;nbsp;With small timeouts, the underlying channel is forced to give up after a while and move on to processing new messages.&lt;/p&gt;
</description></item><item><title>New and Notable 126</title><link>http://blogs.msdn.com/drnick/archive/2006/11/09/when-to-wait-for-messages.aspx#1099410</link><pubDate>Sat, 18 Nov 2006 17:12:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1099410</guid><dc:creator>Sam Gentile</dc:creator><description>&lt;p&gt;I have lots of stuff collected up today. Software Architecture/SOA Arnon Rotem-Gal-Oz has made available&lt;/p&gt;
</description></item><item><title>TryReceive and Exceptions</title><link>http://blogs.msdn.com/drnick/archive/2006/11/09/when-to-wait-for-messages.aspx#2413069</link><pubDate>Fri, 04 May 2007 21:21:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2413069</guid><dc:creator>Nicholas Allen's Indigo Blog</dc:creator><description>&lt;p&gt;After an earlier article about receiving messages , Kenny Wolf suggested that I talk about the exception&lt;/p&gt;
</description></item><item><title>New and Notable 126</title><link>http://blogs.msdn.com/drnick/archive/2006/11/09/when-to-wait-for-messages.aspx#5552937</link><pubDate>Sat, 20 Oct 2007 22:32:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5552937</guid><dc:creator>Sam Gentile</dc:creator><description>&lt;p&gt;I have lots of stuff collected up today. Software Architecture/SOA Arnon Rotem-Gal-Oz has made available&lt;/p&gt;</description></item></channel></rss>