<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Rachit's Blog : Service Broker</title><link>http://weblogs.asp.net/rachit/archive/tags/Service+Broker/default.aspx</link><description>Tags: Service Broker</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Missing Microsoft.SqlServer.SmoEnum Dll</title><link>http://weblogs.asp.net/rachit/archive/2009/07/29/missing-microsoft-sqlserver-smoenum-dll.aspx</link><pubDate>Wed, 29 Jul 2009 16:12:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7156930</guid><dc:creator>rachitp</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/rachit/rsscomments.aspx?PostID=7156930</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/rachit/commentapi.aspx?PostID=7156930</wfw:comment><comments>http://weblogs.asp.net/rachit/archive/2009/07/29/missing-microsoft-sqlserver-smoenum-dll.aspx#comments</comments><description>I like this SSB (Sql Server Broker) Admin tool but every time I refer this to somebody they come back to me with the questions that some of the DLLs are missing and they can’t launch the application. You should be able to find all the missing Dlls on...(&lt;a href="http://weblogs.asp.net/rachit/archive/2009/07/29/missing-microsoft-sqlserver-smoenum-dll.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7156930" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rachit/archive/tags/SQL/default.aspx">SQL</category><category domain="http://weblogs.asp.net/rachit/archive/tags/Service+Broker/default.aspx">Service Broker</category><category domain="http://weblogs.asp.net/rachit/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>Learning SQL Server Broker</title><link>http://weblogs.asp.net/rachit/archive/2008/05/16/learning-sql-server-broker.aspx</link><pubDate>Fri, 16 May 2008 23:48:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6197224</guid><dc:creator>rachitp</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/rachit/rsscomments.aspx?PostID=6197224</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/rachit/commentapi.aspx?PostID=6197224</wfw:comment><comments>http://weblogs.asp.net/rachit/archive/2008/05/16/learning-sql-server-broker.aspx#comments</comments><description>&lt;p&gt;Working on some project, I have started delving a lot with Microsoft SQL Server Broker for 2005. I can see that the initial learning curve is very very steep and it's very easy to give up on SSB initially. But if you are like myself, learning SSB, be patient. IMHO, the possible reasons of &amp;quot;not liking&amp;quot; SSB initially are as follows:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Not having a decent GUI to develop it. (We are used to VS.Net, here you have only SSMS (SQL Server Management Studio (you can use Notepad or TextPad) and .sql file)&lt;/li&gt;    &lt;li&gt;No Project template/Wizard available (at least I don't know at the time of writing this) in SSMS.&lt;/li&gt;    &lt;li&gt;Very hard to debug when you try to implement the SSB on the distributed (remote) servers, especially when you deal with stored procs within SSB.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Despite of all above reasons, there are compelling reasons to use SSB if you are looking for performance, queuing (alternative to MSMQ) and scalability.&lt;/p&gt;  &lt;p&gt;I sincerely hope that Microsoft makes the using of SSB easier in the SQL Server 2008. Really...&lt;/p&gt;  &lt;p&gt;In future, I'll write up a few articles about the configuration, security, etc. related to SSB. So, stay tuned.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6197224" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rachit/archive/tags/Software/default.aspx">Software</category><category domain="http://weblogs.asp.net/rachit/archive/tags/SQL/default.aspx">SQL</category><category domain="http://weblogs.asp.net/rachit/archive/tags/Service+Broker/default.aspx">Service Broker</category></item><item><title>SQL Server Service Broker &amp; WCF</title><link>http://weblogs.asp.net/rachit/archive/2008/04/29/sql-server-service-broker-amp-wcf.aspx</link><pubDate>Tue, 29 Apr 2008 13:50:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6141033</guid><dc:creator>rachitp</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/rachit/rsscomments.aspx?PostID=6141033</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/rachit/commentapi.aspx?PostID=6141033</wfw:comment><comments>http://weblogs.asp.net/rachit/archive/2008/04/29/sql-server-service-broker-amp-wcf.aspx#comments</comments><description>&lt;p&gt;I've started digging into SQL Server Service Broker 2005 and how I can use WCF with it. My current project requires some kind of reliable queuing and I've two choices: MSMQ &amp;amp; SSB. So, I'm trying to evaluate which way to go? There's a blog entry &lt;a href="http://weblogs.asp.net/gsusx/archive/2007/02/13/net-3-0-adapter-for-ssb-and-wcf-channel-for-ssb.aspx" target="_blank"&gt;here&lt;/a&gt; mentioning that the WCF Channel for SSB bit will be available soon but I've not seen it anywhere yet. Can anybody from Microsoft comment on this?&lt;/p&gt;  &lt;p&gt;Does anybody have any app running in production using SSB? Would you mind sharing your experience? Pros or cons why I should use MSMQ instead of SSB?&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6141033" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rachit/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/rachit/archive/tags/Service+Broker/default.aspx">Service Broker</category></item></channel></rss>