Two months ago, I published on GitHub the pipeline component, Multi-part Message Attachments Zipper Pipeline Component for BizTalk Server 2010. This time, I decided to make available a version of this component for previous versions of BizTalk Server.
The BizTalk Multi-Part Message Attachments Zipper is a pipeline component for BizTalk Server 2006/2006 R2/2009, which can be used in a send pipeline and is intended to replace all attachments of a multi-part message with its zipped equivalent.
The capabilities are similar to those available in compression software such as WinZip or 7-Zip:
- Attachments Compression – Extracts, in a send pipeline, all message parts included in a multi-part message that are not included in the message body (Message Body Part = False), compresses it, and attaches the compressed attachment back to the message.
- No compression/decompression software needs to be installed on the BizTalk Server.
📝 One-Minute Brief
This post announces the release of a custom BizTalk Pipeline Component designed to handle multi-part messages. It automatically compresses (zips) message attachments or specific parts into a single archive within the pipeline. This is particularly useful for optimizing storage, reducing bandwidth in file transfers, and handling multi-part message types in legacy BizTalk environments (2006/2009).
How to install the pipeline component?
To use this pipeline component in your projects, just copy the PipelineComponentMultipartMsgZipAttach.dll file into the Pipeline Components folder that exists in the BizTalk Server installation directory: ..\Program Files\Microsoft BizTalk Server VERSION\Pipeline Components.
Requirements
The Multipart Message Attachments Zipper will work with:
- BizTalk Server 2006, BizTalk Server 2006 R2 or BizTalk Server 2009
- .NET Framework 2.0
- No compression/decompression software needs to be installed on the BizTalk Server.
Donwload
You can download the source code from:
Hope you find this helpful! If you liked the content or found it useful and would like to support me in writing more, consider buying (or helping to buy) a Star Wars Lego set for my son.