<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">
<channel>
	<title>Comments for Gobbledygooks by Richard Hallgren</title>
	
	<link>http://www.richardhallgren.com</link>
	<description>.NET, BizTalk and integration focused scribbles</description>
	<pubDate>Sun, 12 Jul 2009 05:49:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/dotrichardcomments" type="application/rss+xml" /><item>
		<title>Comment on BAM ate my XML declaration! by Richard</title>
		<link>http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-374</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 04 Jun 2009 14:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-374</guid>
		<description>@Mikael Håkansson: No, right now I only know it's a problem in R2. I haven't had a chance to test in 2009 yet. Let me know if you do.</description>
		<content:encoded><![CDATA[<p>@Mikael Håkansson: No, right now I only know it&#8217;s a problem in R2. I haven&#8217;t had a chance to test in 2009 yet. Let me know if you do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BAM ate my XML declaration! by Mikael Håkansson</title>
		<link>http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-373</link>
		<dc:creator>Mikael Håkansson</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-373</guid>
		<description>Have you verified if this behaviour exists in 2006, R2 and 2009?</description>
		<content:encoded><![CDATA[<p>Have you verified if this behaviour exists in 2006, R2 and 2009?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BAM ate my XML declaration! by Thiago Almeida</title>
		<link>http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-370</link>
		<dc:creator>Thiago Almeida</dc:creator>
		<pubDate>Thu, 28 May 2009 21:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-370</guid>
		<description>Wow, that's pretty annoying indeed. Specially given the fact that you don't even use the message at all in the tracking profile. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s pretty annoying indeed. Specially given the fact that you don&#8217;t even use the message at all in the tracking profile. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BAM ate my XML declaration! by Antti Somersalo</title>
		<link>http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-369</link>
		<dc:creator>Antti Somersalo</dc:creator>
		<pubDate>Thu, 28 May 2009 16:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-369</guid>
		<description>We had a similar problem and opened a case with MS. The problem is that BAM actually probes the message and if it looks like XML, the message will be processed like XML with all the nasty side effects you mentioned. I think it is a bug but very difficult get fixed because it is so deep in BAM implementation. MS proposed that we prefix the file with a space character, so BAM does not recogize it as XML. Obviously you have to strip that character away in the send pipeline. Not something we wanted to do.</description>
		<content:encoded><![CDATA[<p>We had a similar problem and opened a case with MS. The problem is that BAM actually probes the message and if it looks like XML, the message will be processed like XML with all the nasty side effects you mentioned. I think it is a bug but very difficult get fixed because it is so deep in BAM implementation. MS proposed that we prefix the file with a space character, so BAM does not recogize it as XML. Obviously you have to strip that character away in the send pipeline. Not something we wanted to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does BizTalk have man-boobs? by Dexter Legaspi</title>
		<link>http://www.richardhallgren.com/does-biztalk-have-man-bobs/#comment-368</link>
		<dc:creator>Dexter Legaspi</dc:creator>
		<pubDate>Fri, 22 May 2009 12:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/does-biztalk-have-man-bobs/#comment-368</guid>
		<description>actually, only points 1 &amp; 4 are the only reasons to use BizTalk...and for one other reason: EXPANDABILITY

what BizTalk gives you over other custom architecture, is that it provides you an underlying fail-safe and scalable archictecture without having to write code.  you got the transactions, built-in queueing, retries, suspended message monitoring and even throttling if the system is suddenly overwhelmed with messages.  these are the things that most developers are taking for granted and don't even realize that it's very difficult to implement.  

it's funny, because we started with BizTalk 2004 (moved to 2006 shortly) and some other group were laughing at us and they decided to write their own.  Guess what?  years later, the BizTalk 2006 systems are still chugging and the home-growned EAI app got replaced after a few years of headaches.

now over to EXPANDABILITY, once you get to know how BizTalk works, 2 &amp; 3 are hardly a reason.  The tools are just enough, but not that compelling anymore when you find the shortcomings.  For example, BizTalk maps are EASY, but very limited...Fortunately, you CAN reference an XSLT in your BizTalk map, which opens a whole lot of other options.  Also, BizTalk has a number of Adapters and Pipeline components, but the beauty of this is Microsoft has a supported set of APIs and SDKs so you can easily roll your own Adapters and plug-ins!  Microsoft could have easily decided to make this a black box, but they didn't...and that was an awesome decision.

Now, having that said...BizTalk tech is on its last legs...since MS developed a better tech in the form of Workflows...and with "Dublin" coming, and WF 4.0 incorporating more BizTalk-like features (like correlation), BizTalk is getting less and less attention...especially with that price tag.</description>
		<content:encoded><![CDATA[<p>actually, only points 1 &amp; 4 are the only reasons to use BizTalk&#8230;and for one other reason: EXPANDABILITY</p>
<p>what BizTalk gives you over other custom architecture, is that it provides you an underlying fail-safe and scalable archictecture without having to write code.  you got the transactions, built-in queueing, retries, suspended message monitoring and even throttling if the system is suddenly overwhelmed with messages.  these are the things that most developers are taking for granted and don&#8217;t even realize that it&#8217;s very difficult to implement.  </p>
<p>it&#8217;s funny, because we started with BizTalk 2004 (moved to 2006 shortly) and some other group were laughing at us and they decided to write their own.  Guess what?  years later, the BizTalk 2006 systems are still chugging and the home-growned EAI app got replaced after a few years of headaches.</p>
<p>now over to EXPANDABILITY, once you get to know how BizTalk works, 2 &amp; 3 are hardly a reason.  The tools are just enough, but not that compelling anymore when you find the shortcomings.  For example, BizTalk maps are EASY, but very limited&#8230;Fortunately, you CAN reference an XSLT in your BizTalk map, which opens a whole lot of other options.  Also, BizTalk has a number of Adapters and Pipeline components, but the beauty of this is Microsoft has a supported set of APIs and SDKs so you can easily roll your own Adapters and plug-ins!  Microsoft could have easily decided to make this a black box, but they didn&#8217;t&#8230;and that was an awesome decision.</p>
<p>Now, having that said&#8230;BizTalk tech is on its last legs&#8230;since MS developed a better tech in the form of Workflows&#8230;and with &#8220;Dublin&#8221; coming, and WF 4.0 incorporating more BizTalk-like features (like correlation), BizTalk is getting less and less attention&#8230;especially with that price tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Receiving scheduled MsgBoxViewer-reports via e-mail by MBVQueryBuilder and BizTalk Message Body Tracking Count queries « Connected Thoughts - Thiago Almeida</title>
		<link>http://www.richardhallgren.com/receiving-scheduled-msgboxviewer-reports-via-e-mail/#comment-366</link>
		<dc:creator>MBVQueryBuilder and BizTalk Message Body Tracking Count queries « Connected Thoughts - Thiago Almeida</dc:creator>
		<pubDate>Wed, 29 Apr 2009 23:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/receiving-scheduled-msgboxviewer-eports-via-e-mail/#comment-366</guid>
		<description>[...] can run the Message Box Viewer tool periodically, or even have it automatically send emails with the results, to ensure your BizTalk system is following all the best practices checked by the tool and your [...]</description>
		<content:encoded><![CDATA[<p>[...] can run the Message Box Viewer tool periodically, or even have it automatically send emails with the results, to ensure your BizTalk system is following all the best practices checked by the tool and your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Better performance in batch imports to SQL Server using BizTalk by Rich Wallace</title>
		<link>http://www.richardhallgren.com/better-performance-in-batch-imports-to-sql-server-using-biztalk/#comment-365</link>
		<dc:creator>Rich Wallace</dc:creator>
		<pubDate>Tue, 28 Apr 2009 15:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/better-performance-in-batch-imports-to-sql-server-using-biztalk/#comment-365</guid>
		<description>Oops...I seem to have written a similiar post on my blog about this, prior to seeing yours.  I'm with you, this saved me a TON of headaches when I started processing data like this.</description>
		<content:encoded><![CDATA[<p>Oops&#8230;I seem to have written a similiar post on my blog about this, prior to seeing yours.  I&#8217;m with you, this saved me a TON of headaches when I started processing data like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aggregated monitoring of BizTalk solutions using "BizMon" by Bart</title>
		<link>http://www.richardhallgren.com/aggregated-monitoring-of-biztalk-solutions-using-bizmon/#comment-362</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Tue, 14 Apr 2009 14:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/aggregated-monitoring-of-biztalk-solutions-using-bizmon/#comment-362</guid>
		<description>Great Post, looks like a very very good tool!
Is there any more activity on it?

Hopefully you'll get over the legal issues....</description>
		<content:encoded><![CDATA[<p>Great Post, looks like a very very good tool!<br />
Is there any more activity on it?</p>
<p>Hopefully you&#8217;ll get over the legal issues&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing namespace from outgoing messages by car jacks</title>
		<link>http://www.richardhallgren.com/removing-namespace-from-outgoing-messages/#comment-357</link>
		<dc:creator>car jacks</dc:creator>
		<pubDate>Sat, 14 Mar 2009 12:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=260#comment-357</guid>
		<description>I must say,   I can not agree with you in 100%, but it's just my opinion, which indeed could be very wrong.
p.s. You have a very good template for your blog. Where have you got it from?</description>
		<content:encoded><![CDATA[<p>I must say,   I can not agree with you in 100%, but it&#8217;s just my opinion, which indeed could be very wrong.<br />
p.s. You have a very good template for your blog. Where have you got it from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aggregated monitoring of BizTalk solutions using "BizMon" by Arihant Jain</title>
		<link>http://www.richardhallgren.com/aggregated-monitoring-of-biztalk-solutions-using-bizmon/#comment-351</link>
		<dc:creator>Arihant Jain</dc:creator>
		<pubDate>Fri, 27 Feb 2009 03:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/aggregated-monitoring-of-biztalk-solutions-using-bizmon/#comment-351</guid>
		<description>That really cool, let me know when you are releasing its beta so that i can try to use it in my project and and evaluate it and suggest more inputs to you.</description>
		<content:encoded><![CDATA[<p>That really cool, let me know when you are releasing its beta so that i can try to use it in my project and and evaluate it and suggest more inputs to you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
