About me

-
Recent Posts
Archives
- April 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- June 2012
- May 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
Categories
Meta
Category Archives: Pipeline Components
Editing Design-Time Properties with a Custom Modal Dialog
This is the last post in our series about implementing a custom pipeline component used to dynamically resolve and select an appropriate flat file schema for disassembling incoming BizTalk messages. At this stage, we have a fully functional pipeline component. … Continue reading
Posted in Pipeline Components, Tips
3 Comments
Custom Schema Resolve Disassembler Implementation
In the last two posts in the series, we’ve seen how to create custom Schema Resolver components designed to be used when implementing the IProbeMessage interface in a pipeline component. In today’s post, I’ll show the implementation of the pipeline … Continue reading
Posted in Pipeline Components
1 Comment
Adding Installation and Uninstallation Logic to a .Net Component
Last week, we’ve started a series of posts to demonstrate a custom pipeline component used to resolve and select at runtime a flat file schema to use in the disassembling stage. Before we dwelve into the implementation of the custom … Continue reading
Posted in Pipeline Components, Tips
Leave a comment
A Custom FlatFile Schema Resolver and Disassembler Pipeline Component
Recently, I have been tasked with architecting a BizTalk solution capable of receiving and processing an arbitrary number of flat file messages on a single receive location. My first reaction was to allow for a sequence of FlatFile Disassembler components … Continue reading
Posted in Pipeline Components
6 Comments
A Custom MessageTypePromoter Pipeline Component
In my latest post, I’ve described a technique than allows to overcome a limitation of the ESB Toolkit 2.0 when performing context-based or content-based routing using the Business Rules Engine Resolver after an Orchestration in an Itinerary Service. I described … Continue reading
Posted in Pipeline Components
Per-Instance Pipeline Configuration and Custom Components
As you know, per-instance pipeline configuration allows you to specify properties to a pipeline after it has been deployed. Specifically, this allows for altering the configuration of individual pipeline components, without recompiling or redeploying the pipeline itself. This is quite … Continue reading
Posted in Pipeline Components
An EncodingTranscoder Custom Pipeline Component
In a previous installment, I wrote about one of the simplest types of custom pipeline components, that only dealt with the context of the message. Sometimes, however, it is necessary to somehow process the contents of the message itself, as … Continue reading
Posted in Pipeline Components
2 Comments
A ContextPropertyPromoter Custom Pipeline Component
One of the easiest forms of custom pipeline components to write are those that do not have to process the contents of messages at all as they flow through the pipeline. In this post, I’ll present one such component, whose … Continue reading
Posted in Pipeline Components
A Base Class for Building Custom Pipeline Components
In most scenarios I’ve been working on with BizTalk Server, I had a need to introduce one or more custom pipeline components. You always have this feature that is not quite available out of the box and often need to … Continue reading
Posted in Pipeline Components
2 Comments