Microsoft.WebSolutionsPlatform by keithh

<PackageReference Include="Microsoft.WebSolutionsPlatform" Version="3.0.67" />

 Microsoft.WebSolutionsPlatform 3.0.67

The Web Solutions Platform (WSP) event system is a general-purpose distributed publish/subscribe event system designed for high performance and low latency. Publish/subscribe is a common communication pattern though there are many variations to solve different scenario requirements. The event system provides the developer with a class library paradigm for publishing and subscribing to events. The events are developer-defined .Net classes which sub-class from the base event. This makes the system both easy to use and very extensible.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.WebSolutionsPlatform</id>
    <version>3.0.67.0</version>
    <title />
    <authors>keithh</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://pubsub.codeplex.com/license</licenseUrl>
    <projectUrl>http://pubsub.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The Web Solutions Platform (WSP) event system is a general-purpose distributed publish/subscribe event system designed for high performance and low latency. Publish/subscribe is a common communication pattern though there are many variations to solve different scenario requirements. The event system provides the developer with a class library paradigm for publishing and subscribing to events. The events are developer-defined .Net classes which sub-class from the base event. This makes the system both easy to use and very extensible.</description>
    <copyright>2013 Copyright (c) Microsoft Corporation. All rights reserved.</copyright>
    <tags>architecture BizTalk distributed systems ESB event eventing Events messaging metrics monitoring networking pub/sub publish/subscribe remoting routing webservices Rx Reactive Extensions</tags>
  </metadata>
</package>