Microsoft Service Bus installation
How to install Microsoft Azure Service Bus.
This option only supports the service bus, not distributed caching.
Packages for Microsoft Azure Service Bus can be installed from Litium's NuGet feed.
Install with NuGet Package Manager Console
- Open NuGet Package Manager Console
- Select the Web project as default project
- Run the following command
Install-Package Litium.Web.Setup.MicrosoftServiceBus
- Update web.config or app.config with the connection string for Microsoft Service Bus.
Install the package from NuGet Package Manager
- Open NuGet Package Manager
- Find the Litium.Web.Setup.MicrosoftServiceBuspackage
- Select the project to make the installation in
- Select Install
- Update web.config or app.config with the connection string for Microsoft Service Bus