Rebus.MsmqLoadBalancer by mookid8000

<PackageReference Include="Rebus.MsmqLoadBalancer" Version="0.62.0" />

 Rebus.MsmqLoadBalancer 0.62.0

Provides in implementation of a simple round-robin style load balancer for Rebus on MSMQ. Solves the same problem as the various "distributors" around, but with way less moving parts.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Rebus.MsmqLoadBalancer</id>
    <version>0.62.0</version>
    <title>Rebus.MsmqLoadBalancer</title>
    <authors>mookid8000</authors>
    <owners>mookid8000,rasmuskl</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>http://mookid.dk/oncode/rebus</projectUrl>
    <iconUrl>https://github.com/mookid8000/Rebus/raw/master/artwork/logo200x200-transparent.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Provides in implementation of a simple round-robin style load balancer for Rebus on MSMQ. Solves the same problem as the various "distributors" around, but with way less moving parts.</description>
    <copyright>Copyright 2014</copyright>
    <tags>rebus distributor load-balancing</tags>
    <dependencies>
      <dependency id="Rebus" version="0.62.0" />
    </dependencies>
  </metadata>
</package>