{"id":13655287,"url":"https://github.com/Particular/NServiceBus","last_synced_at":"2025-04-23T12:33:15.999Z","repository":{"id":1165481,"uuid":"1056713","full_name":"Particular/NServiceBus","owner":"Particular","description":"The gold standard for async .NET microservices on Azure, AWS and on-prem","archived":false,"fork":false,"pushed_at":"2025-04-17T22:41:05.000Z","size":165700,"stargazers_count":2130,"open_issues_count":287,"forks_count":647,"subscribers_count":138,"default_branch":"master","last_synced_at":"2025-04-18T01:32:11.469Z","etag":null,"topics":["c-sharp","distributed-systems","messaging","nservicebus"],"latest_commit_sha":null,"homepage":"https://particular.net/nservicebus/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Particular.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-11-06T12:54:52.000Z","updated_at":"2025-04-17T22:41:08.000Z","dependencies_parsed_at":"2023-09-27T23:27:08.714Z","dependency_job_id":"d1cb112a-162c-417e-9666-bcb7c6e5fde8","html_url":"https://github.com/Particular/NServiceBus","commit_stats":{"total_commits":10306,"total_committers":157,"mean_commits":65.64331210191082,"dds":0.8611488453328158,"last_synced_commit":"afc34fc903b08a41d606f306cf590f34db6f3872"},"previous_names":[],"tags_count":457,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Particular%2FNServiceBus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Particular%2FNServiceBus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Particular%2FNServiceBus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Particular%2FNServiceBus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Particular","download_url":"https://codeload.github.com/Particular/NServiceBus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250435291,"owners_count":21430254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","distributed-systems","messaging","nservicebus"],"created_at":"2024-08-02T03:01:01.893Z","updated_at":"2025-04-23T12:33:10.961Z","avatar_url":"https://github.com/Particular.png","language":"C#","funding_links":[],"categories":["Event/Message \u0026 Service Bus","Libraries","C# #","Queue","Recently Updated","C\\#","Libraries and Frameworks","队列","Tools and Libraries","Projects","Identifiers"],"sub_categories":["Messaging and Queue","[Nov 30, 2024](/content/2024/11/30/README.md)",".NET","GUI - other","Messaging","Enterprise Service Bus"],"readme":"## About NServiceBus\nNServiceBus is part of the [Particular Service Platform](https://particular.net/service-platform), which contains tools to build, monitor, and debug distributed systems.\n\nWith NServiceBus, you can:\n\n- Focus on business logic, not on plumbing or infrastructure code \n- Orchestrate long-running business processes with sagas\n- Run on-premises, in the cloud, in containers, or serverless\n- Monitor and respond to failures using included platform tooling\n- Observe system performance using Open Telemetry integration\n\nNServiceBus includes:\n\n- Support for messages queues using Azure Service Bus, Azure Storage Queues, Amazon SQS/SNS, RabbitMQ, and Microsoft SQL Server\n- Support for storing data in Microsoft SQL Server, MySQL, PostgreSQL, Oracle, Azure Cosmos DB, Azure Table Storage, Amazon DynamoDB, MongoDB, and RavenDB\n- 24x7 professional support from a team of dedicated engineers located around the world\n\n## Getting started\n\n- Visit the [NServiceBus Quick Start](https://docs.particular.net/tutorials/quickstart/) to learn how NServiceBus helps you build better software systems.\n- Visit the [NServiceBus step-by-step tutorial](https://docs.particular.net/tutorials/nservicebus-step-by-step/) to learn how to build NServiceBus systems, including how to send commands, publish events, manage multiple message endpoints, and retry failed messages.\n- Install the [ParticularTemplates NuGet package](https://www.nuget.org/packages/ParticularTemplates) to get NServiceBus templates to bootstrap projects using either `dotnet new` or in Visual Studio.\n- Check out our other [tutorials](https://docs.particular.net/tutorials/) and [samples](https://docs.particular.net/samples/).\n- Get [help with a proof-of-concept](https://particular.net/proof-of-concept).\n\n## Packages\n\nFind links to [all our NuGet packages](https://docs.particular.net/nservicebus/platform-nuget-packages) in our documentation.\n\n## Support\n\n- Browse our [documentation](https://docs.particular.net).\n- Reach out to the [ParticularDiscussion](https://discuss.particular.net/) community.\n- [Contact us](https://particular.net/support) to discuss your support requirements.\n\n## Building\n\nTo build NServiceBus, open `NServiceBus.sln` in Visual Studio and build the solution.\n\nYou'll find the built assemblies in /binaries.\n\nIf you see the build failing, check that you haven't put the source of NServiceBus in a deep subdirectory since long path names (greater than 248 characters) aren't supported by MSBuild.\n\n## Licensing\n\n### NServiceBus\n\nNServiceBus is licensed under the RPL 1.5 license. More details can be found [here](LICENSE.md).\n\n### [net-object-deep-copy](https://github.com/Burtsev-Alexey/net-object-deep-copy)\n\nnet-object-deep-copy is licensed under the MIT license as described [here](https://github.com/Burtsev-Alexey/net-object-deep-copy/blob/master/README).\n\nnet-object-deep-copy sources are compiled into the NServiceBus distribution as allowed under the license terms found [here](https://github.com/Burtsev-Alexey/net-object-deep-copy/blob/master/README).\n\n### [FastExpressionCompiler](https://github.com/dadhi/FastExpressionCompiler)\n\nFastExpressionCompiler is licensed under the MIT license as described [here](https://github.com/dadhi/FastExpressionCompiler/blob/master/LICENSE).\n\nFastExpressionCompiler sources are compiled into the NServiceBus distribution as allowed under the license terms found [here](https://github.com/dadhi/FastExpressionCompiler/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FParticular%2FNServiceBus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FParticular%2FNServiceBus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FParticular%2FNServiceBus/lists"}