Microsoft.Azure.ServiceBus.EventProcessorHost 2.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Azure.Messaging.EventHubs.Processor

Additional Details

Please note, this package is obsolete and will no longer be maintained after 9/30/2026. Microsoft encourages you to upgrade to the replacement package, Azure.Messaging.EventHubs.Processor, to continue receiving updates. Refer to the migration guide (https://aka.ms/azsdk/net/migrate/eh) for guidance on upgrading. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Azure.ServiceBus.EventProcessorHost --version 2.0.2
NuGet\Install-Package Microsoft.Azure.ServiceBus.EventProcessorHost -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.ServiceBus.EventProcessorHost" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.ServiceBus.EventProcessorHost --version 2.0.2
#r "nuget: Microsoft.Azure.ServiceBus.EventProcessorHost, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.ServiceBus.EventProcessorHost as a Cake Addin
#addin nuget:?package=Microsoft.Azure.ServiceBus.EventProcessorHost&version=2.0.2

// Install Microsoft.Azure.ServiceBus.EventProcessorHost as a Cake Tool
#tool nuget:?package=Microsoft.Azure.ServiceBus.EventProcessorHost&version=2.0.2

Use this for EventHub distributed partition processing. For more information please visit https://go.microsoft.com/fwlink/?LinkID=403957

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Microsoft.Azure.ServiceBus.EventProcessorHost:

Package Downloads
Cqrs.Azure.EventHub

Use Azure EventHubs as a message, event or command bus in CQRS.NET

Cqrs.Azure.ServiceBusHub

Use Azure EventHubs as a message, event or command bus in CQRS.NET

VowpalWabbit.Azure

Official Vowpal Wabbit library including C# interface

MathWorks.MathWorksAzure

has some MPS utilties

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.ServiceBus.EventProcessorHost:

Repository Stars
Azure/connectthedots
Connect tiny devices to Microsoft Azure services to build IoT solutions
Azure-Samples/MyDriving
Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
Azure/azure-stream-analytics
Azure Stream Analytics
Version Downloads Last updated
5.0.1 67,362 6/8/2021
5.0.0 238,104 8/29/2019
4.0.0 631,001 7/7/2018
3.1.5 984,533 11/6/2017
3.1.4 42,735 10/31/2017
3.1.2 312,015 7/22/2017
3.1.1 202,202 5/25/2017
3.1.0 26,108 5/16/2017
3.0.0 181,245 3/17/2017
2.2.10 5,447,611 1/24/2017
2.2.8 131,563 12/2/2016
2.2.7 22,251 11/18/2016
2.2.6 157,618 9/22/2016
2.2.5 110,166 7/26/2016
2.2.4 149,088 7/4/2016
2.2.2 29,962 6/21/2016
2.2.1 64,549 5/24/2016
2.2.0 18,610 5/9/2016
2.1.5 39,990 4/7/2016
2.1.3 53,927 2/19/2016
2.1.2 32,673 1/29/2016
2.1.1 5,138 1/27/2016
2.1.0 16,545 12/8/2015
2.0.7 13,128 11/25/2015
2.0.6 12,296 11/3/2015
2.0.4 5,770 10/26/2015
2.0.3 37,213 9/10/2015
2.0.2 19,130 8/21/2015
2.0.1-preview 3,554 8/16/2015
2.0.0 7,724 8/21/2015
2.0.0-preview 3,634 7/29/2015
1.4.0 46,317 8/11/2015
1.2.0 57,320 6/11/2015
1.1.3 14,924 5/18/2015
1.1.2 34,014 4/11/2015
1.1.1 16,587 3/17/2015
1.1.0 19,499 1/29/2015
1.0.3 4,601 1/26/2015
1.0.2.1 11,218 12/18/2014
1.0.2 12,016 11/18/2014
1.0.1 5,244 11/12/2014
0.3.3 5,199 11/10/2014
0.3.2 4,937 10/22/2014
0.3.1 7,791 9/15/2014
0.3.0.1 6,276 7/17/2014
0.3.0 11,760 7/14/2014

Build: 2.0.50398.0
Update minimum version for ServiceBus client dll to correct version
- Added Api support in event processor host to reset connections.
- Added SkipBlobContainerCreation switch for creation of Blob container for partition leases to happen outside of EventProcessorHost. This is useful in scenarios where you want to pass in a CloudBlobClient to EventProcessorHost which does not have permissions to create storage container. Default value for this options is false.