Metadata >> NuGet >> RabbitMQ.Async

RabbitMQ.Async

Metadata

Authors Gherardi Gian Marco
Description RabbitMQ.Async is a thin wrapper over the official RabbitMQ.Client library that provide integration with Microsoft TPL
Owners Gherardi Gian Marco
RequireLicenseAcceptance False
Dependencies RabbitMQ.Client:3.4.0
PackageSize 17480
PackageHashAlgorithm SHA512
PackageHash yjO/WyERGP5mm+EUyY8wZDOpM1cvsAWDhBk3NrQ0P2N9cgvL+fAYAmhFbr1Ulf53sBiZuR5CJOJP0dukv3gBrg==
DownloadCount 000000
CreatedDate 2014-11-07T20:46:17
IconUrl https://raw.githubusercontent.com/gimmi/RabbitMQ.Async/master/icon.png
LicenseUrl https://raw.githubusercontent.com/gimmi/RabbitMQ.Async/master/LICENSE
ProjectUrl https://github.com/gimmi/RabbitMQ.Async
Tags RabbitMQ Client AMQP TPL Task Parallel Message Bus Event

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install RabbitMQ.Async -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install RabbitMQ.Async -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package RabbitMQ.Async
Installing the package (HTTP Basic authentication):
Install-Package RabbitMQ.Async -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package RabbitMQ.Async -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package RabbitMQ.Async

OpenWrap

Installing the package:
o add-wrap RabbitMQ.Async
Uninstalling the package:
o remove-wrap RabbitMQ.Async

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.2.1-pre
0.2.0-pre
0.1.0-b000001