In the last months, I have been working on some personal projects that are finally gaining life. One of them, I’ve already had the pleasure to announce here on my blog: New version of BizTalk Scheduled Task Adapter is now available on GitHub.
And this is my last one!
BizTalk Multi-part Message Attachments Zipper Pipeline Component is a pipeline component for BizTalk Server 2010 which can be used in a send pipeline and is intended to replace all attachments of a multi-part message for 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 include in a multi-part message that is not included in the message body (Message Body Part = False), compresses it and attaches the compressed attachment back to the message.
Requirements
The Multi-part Message Attachments Zipper will work with:
- BizTalk Server 2010
- .NET Framework 4.0
No compression/decompression software needs to be installed on the BizTalk Server.
You can download the source code from:Multi-Part Message Attachments Zipper Pipeline Component for BizTalk 2010
GitHub
It was a pleasure to be part of this project with you, the next is now being finalized… expect updates soon!