This post is a follow up to my previous post Delivery Notifications outside Orchestrations – a pure Messaging approach. The sole reason for this is to provide a downloadable demo and a walkthrough of that. The demo features a solution with one pipeline component and one passthrough pipeline using the component. It also contains a bindings file to configure the ports needed. Like I said in my first post, there really isn’t much to it, but here it is…and this is how you get it running:
Build Blogical.Shared.PipelineComponents.
Copy Blogical.Shared.PipelineComponents.dll to <biztalk_install_dir>Pipeline Components and add it to the GAC.
Build and Deploy Blogical.Shared.Pipelines. By default it deploys to the BizTalk Application AckRequired.
Configure the FILE adapter settings on the ports.
For more information read the original post and explore (what little there is) of the sample.