The BRE Pipeline Framework
The BRE Pipeline Framework is an open source project located on CodePlex (https://brepipelineframework.codeplex.com/) that allows for the execution of BRE policies in BizTalk pipelines. The primary goal of the framework is to encourage developers to build loosely coupled solutions that do not rely on orchestrations where they are not warranted. This is achieved by providing utility functionality and extensibility such that custom utility can also be implemented. This utility can all be called upon in a conditional fashion, using the BRE as a container for the conditions and actions, from within a pipeline via the provided pipeline component. Some of the out-of-the-box features of the framework are as follows:
- Getting and setting context properties—in the case of out-of-the-box context properties, enumerations are provided for property names and namespaces to reduce chances of errors and promote awareness of the various properties
- Read configuration from SSO...