Metadata >> NuGet >> ProjectExtensions.Azure.ServiceBus

ProjectExtensions.Azure.ServiceBus

Metadata

Authors Extensions.io, Joe Feser
Copyrights Copyright (c) Extensions.io and Joe Feser 2014
Description Windows Azure Service Bus wrapper modeled after the NServiceBus pattern of IHandleMessages<T>
Owners Extensions.io, Joe Feser
ProjectUrl https://github.com/ProjectExtensions/ProjectExtensions.Azure.ServiceBus
ReleaseNotes Breaking change. You must use SAS Authentication. CAS is no longer supported.
RequireLicenseAcceptance False
Summary Windows Azure Service Bus Wrapper modeled after the NServiceBus pattern of IHandleMessages<T>. Includes Autofac IoC container support. If you use a different IoC container, get ProjectExtensions.Azure.ServiceBus.Core and one of the IoC packages (ProjectExtensions.Azure.ServiceBus.IOC.[container]) where container is Autofac, CastleWindsor, StructureMap or Unity. (Debug)
Tags ServiceBus Microsoft Azure AppFabric Messaging PubSub Publish Subscribe Queue Topic
Dependencies Autofac:3.5.0|Newtonsoft.Json:6.0.8|NLog:3.2.0|WindowsAzure.ServiceBus:2.7.0.0
Title Windows Azure Service Bus Message Wrapper using the NServiceBus IHandleMessages<T> Pattern
PackageSize 225479
PackageHashAlgorithm SHA512
PackageHash WVHZuY1AS5l3oK9HZenW54QURsaLKxblqQqMCuXCnIoU3szDFi0oWpfvcg1MfeB4BNWYcke3vWOho/imaKIXWg==
DownloadCount 000000
CreatedDate 2015-07-03T02:15:16

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 ProjectExtensions.Azure.ServiceBus -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ProjectExtensions.Azure.ServiceBus -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 ProjectExtensions.Azure.ServiceBus
Installing the package (HTTP Basic authentication):
Install-Package ProjectExtensions.Azure.ServiceBus -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ProjectExtensions.Azure.ServiceBus -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ProjectExtensions.Azure.ServiceBus

OpenWrap

Installing the package:
o add-wrap ProjectExtensions.Azure.ServiceBus
Uninstalling the package:
o remove-wrap ProjectExtensions.Azure.ServiceBus

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.10.7.0
0.10.6.0
0.10.3.0
0.10.2.0
0.9.3.0
0.9.2.0
0.9.1.0