Metadata >> NuGet >> ProjectExtensions.Azure.ServiceBus.Core

ProjectExtensions.Azure.ServiceBus.Core

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 IHandleMessage<T>. (Core)
Owners Extensions.io, Joe Feser
ProjectUrl https://github.com/ProjectExtensions/ProjectExtensions.Azure.ServiceBus
ReleaseNotes Added support for the EnablePartitioning Setting for a Topic. Added MaxConcurrentCalls Support. This will spin up multiple instances of your receiver, increasing performance.
RequireLicenseAcceptance False
Summary Windows Azure Service Bus Wrapper modeled after the NServiceBus pattern of IHandleMessages<T>. Does not include IoC container support implementation. Either create your own implementation of IAzureBusContainer or get one of the IoC packages (ProjectExtensions.Azure.ServiceBus.IOC.[container]) where container is Autofac, CastleWindsor, Ninject, StructureMap or Unity. (Debug)
Tags ServiceBus Microsoft Azure AppFabric Messaging PubSub Publish Subscribe Queue Topic
Dependencies 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 (Core)
PackageSize 216491
PackageHashAlgorithm SHA512
PackageHash Abx8CgV+ILKtLoFIT6iBsOF36hEaOUjs895OQZS3BivZjkSjexGSSnznLT3fAhvEGBK4+9rsPMcGBZYO4YTFFA==
DownloadCount 000000
CreatedDate 2015-07-03T02:16:44

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

OpenWrap

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

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