SAB BizTalk Archiving Pipeline Component v0.2
- by Stuart Brierley
Just released to Codeplex is an updated version of my archiving pipeline component for BizTalk.
The changes in this release are:
Addition of FTP adapter macros to the base macros and File adapter macros.
Fix for the issue of garbage collection of data streams within pipelines as discussed in this previous blog entry.
Now looks for OutboundTransportType in addition to InboundTransportType to pick up send port transport type; Therefore changed %InboundTransportType% macro to %TransportType%.
An initial outline of the project can be read here.