Metadata >> NuGet >> Rsft.Lib.Msmq.WcfNamingMap

Rsft.Lib.Msmq.WcfNamingMap

Metadata

Authors Rolosoft
Copyrights Copyright Rolosoft 2013
Description Extension methods to map naming conventions between WCF endpoints and URI for MSMQ. This library can perform mappings in both directions (i.e. WCR -> URI or URI -> WCF). Example usage: string myUri = ".\private$\MyQueue"; string mappedToWcf = myUri.ToWcf(); Gives "net.msmq://localhost/private/MyQueue"
IconUrl https://dl.dropboxusercontent.com/u/32051584/logos/rsftlogo32x32.png
Language en-US
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Rolosoft
ProjectUrl https://bitbucket.org/everify/library-msmq-wcfnamingmap
ReleaseNotes Initial release.
RequireLicenseAcceptance False
Summary MSMQ to URI Mapping.
Tags Rolosoft MSMQ URI Mapping
Title Rsft.Lib.Msmq.WcfNamingMap
PackageSize 12426
PackageHashAlgorithm SHA512
PackageHash 99TW+xJ3a0Jm7Cgu+nJLc+vPxx9dsu5haqiTX6Up/noNf1r/C8DNM9fuuznnJ6CWtx3TynByUbbz79KqiWm9iA==
DownloadCount 000000
CreatedDate 2013-08-17T08:05:01

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

OpenWrap

Installing the package:
o add-wrap Rsft.Lib.Msmq.WcfNamingMap
Uninstalling the package:
o remove-wrap Rsft.Lib.Msmq.WcfNamingMap

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
1.0.0.0