WindowsAzure.ServiceBus 3.4.2

Microsoft Azure Service Bus

Use this for Microsoft Azure Service Bus Queues, Topics, EventHub and Relay backend operations.
       
It adds Microsoft.ServiceBus.dll along with related configuration files to your project. This library allows AMQP 1.0 to be used as one of the protocols for communication with Microsoft Azure Service Bus.
       
For more information on Messaging features, please visit: http://azure.microsoft.com/en-us/documentation/services/service-bus/
For more information on Event Hub features, please visit: http://go.microsoft.com/fwlink/?LinkID=403957
       
Please note that this package requires .Net Framework 4.5 Full Profile.

Install-Package WindowsAzure.ServiceBus -Version 3.4.2
dotnet add package WindowsAzure.ServiceBus --version 3.4.2
paket add WindowsAzure.ServiceBus --version 3.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Release Notes

Build: 3.0.50700.17
• EventHub/Messaging: fix a bug in the client side performance counter where a connection redirect can cause a change in port number which will cause counter instances to have the wrong endpoint format as keys.
• EventHub/Messaging: Add app.Config switch for toggling entity level performance counters. To toggle the switch without code, ensure the key "Microsoft.ServiceBus.DisableEntityLevelPerformanceCounters" is specified in the application config:
   <?xml version="1.0" encoding="utf-8" ?>
   <configuration>
     <appSettings>
       <add key="Microsoft.ServiceBus.DisableEntityLevelPerformanceCounters" value="true"/>
     </appSettings>
   </configuration>

Dependencies

This package has no dependencies.

Version History

Version Downloads Last updated
3.4.2 (current version) 0 5/30/2019