{"id":17298654,"url":"https://github.com/mauroservienti/mattox.nservicebus","last_synced_at":"2025-04-14T12:23:18.152Z","repository":{"id":196343956,"uuid":"695441935","full_name":"mauroservienti/Mattox.NServiceBus","owner":"mauroservienti","description":"NServiceBus endpoints made simple","archived":false,"fork":false,"pushed_at":"2024-10-24T04:44:27.000Z","size":275,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-24T22:25:53.940Z","etag":null,"topics":["distributed-systems","hacktoberfest","nservicebus","soa"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauroservienti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-23T07:34:36.000Z","updated_at":"2024-10-24T04:44:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f6d8017-44c6-4c6d-995a-55476d874789","html_url":"https://github.com/mauroservienti/Mattox.NServiceBus","commit_stats":null,"previous_names":["mauroservienti/nserviceboxes.endpoints","mauroservienti/maddox.nservicebus","mauroservienti/mattox.nservicebus"],"tags_count":11,"template":false,"template_full_name":"mauroservienti/code-repo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauroservienti%2FMattox.NServiceBus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauroservienti%2FMattox.NServiceBus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauroservienti%2FMattox.NServiceBus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauroservienti%2FMattox.NServiceBus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauroservienti","download_url":"https://codeload.github.com/mauroservienti/Mattox.NServiceBus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248878737,"owners_count":21176373,"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":["distributed-systems","hacktoberfest","nservicebus","soa"],"created_at":"2024-10-15T11:19:40.864Z","updated_at":"2025-04-14T12:23:18.097Z","avatar_url":"https://github.com/mauroservienti.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"assets/icon.png\" width=\"100\" /\u003e\n\n# Mattox.NServiceBus\n\nMattox simplifies [NServiceBus endpoints](https://docs.particular.net/nservicebus/) configuration by providing for supported transports a corresponding Mattox endpoint with sensible defaults. For example, creating and starting a RabbitMQ endpoint could be as easy as:\n\n```csharp\nvar endpoint = new RabbitMqEndpoint(\"my-endpoint\", connectionString: \"host=localhost\");\nvar endpointInstance = await endpoint.Start();\n```\n\n## Microsoft configuration extension support\n\nMattox.NServiceBus can be configured through the [`Microsoft.Extensions.Configuration`](https://www.nuget.org/packages/Microsoft.Extensions.Configuration). The above-presented RabbitMQ endpoint can be configured as follows:\n\n```csharp\nHost.CreateDefaultBuilder()\n    .UseNServiceBus(hostBuilderContext =\u003e new RabbitMqEndpoint(hostBuilderContext.Configuration))\n    .Build();\n```\n\nThe endpoint will retrieve values from the `IConfiguration` object instance. For more information, refer to the [Mattox.NServiceBus configuration options docmentation](/docs).\n\n## Supported endpoints\n\n- [Mattox.NServiceBus.AmazonSQS](https://github.com/mauroservienti/Mattox.NServiceBus.AmazonSQS)\n- [Mattox.NServiceBus.RabbitMQ](https://github.com/mauroservienti/Mattox.NServiceBus.RabbitMQ)\n\n## How to get it\n\n- Pre-releases are available on [Feedz.io](https://feedz.io/) ([public feed](https://f.feedz.io/mauroservienti/pre-releases/nuget/index.json))\n- Releases on [NuGet.org](https://www.nuget.org/packages?q=Mattox)\n\n## NOTE\n\n\u003e This package is not meant to be used directly. It serves as a base package for other Mattox.NServiceBus Endpoints, such as [Mattox.NServiceBus.AmazonSQS](https://github.com/mauroservienti/Mattox.NServiceBus.AmazonSQS) or [Mattox.NServiceBus.Endpoints.RabbitMQ](https://github.com/mauroservienti/Mattox.NServiceBus.RabbitMQ).\n\n---\n\nIcon — [Box by Angriawan Ditya Zulkarnain](https://thenounproject.com/icon/box-1298424/) from [Noun Project](https://thenounproject.com/browse/icons/term/box/) (CC BY 3.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauroservienti%2Fmattox.nservicebus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauroservienti%2Fmattox.nservicebus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauroservienti%2Fmattox.nservicebus/lists"}