{"id":23567109,"url":"https://github.com/godeltech/godeltech.messaging.azureservicebus","last_synced_at":"2026-02-12T17:33:46.374Z","repository":{"id":42484418,"uuid":"350815346","full_name":"GodelTech/GodelTech.Messaging.AzureServiceBus","owner":"GodelTech","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-23T11:53:03.000Z","size":63,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-08T04:22:32.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GodelTech.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,"zenodo":null}},"created_at":"2021-03-23T18:23:50.000Z","updated_at":"2024-07-02T09:35:24.000Z","dependencies_parsed_at":"2024-12-23T12:28:57.252Z","dependency_job_id":"c707388c-6306-4fdd-b3b5-2da33e3da38d","html_url":"https://github.com/GodelTech/GodelTech.Messaging.AzureServiceBus","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/GodelTech/GodelTech.Messaging.AzureServiceBus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GodelTech%2FGodelTech.Messaging.AzureServiceBus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GodelTech%2FGodelTech.Messaging.AzureServiceBus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GodelTech%2FGodelTech.Messaging.AzureServiceBus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GodelTech%2FGodelTech.Messaging.AzureServiceBus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GodelTech","download_url":"https://codeload.github.com/GodelTech/GodelTech.Messaging.AzureServiceBus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GodelTech%2FGodelTech.Messaging.AzureServiceBus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29374086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-12-26T18:19:00.632Z","updated_at":"2026-02-12T17:33:46.358Z","avatar_url":"https://github.com/GodelTech.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GodelTech.Messaging.AzureServiceBus\n\nAllows to add Azure Service Bus\n\n```c#\nservices.AddAzureServiceBusSender(\n  Configuration[\"AzureServiceBusOptions:ConnectionString\"],\n  options =\u003e Configuration.Bind(\"AzureServiceBusOptions\", options)\n)\n```\n\nwith `appsettings.json`\n\n```c#\n{\n  \"AzureServiceBusOptions\": {\n    \"ConnectionString\": \"Endpoint=sb://{name}.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=YourAccessKey\",\n    \"Queues\": {\n      \"exampleQueue\": \"example.servicebus.queue\"\n    }\n  }\n}\n```\n\nAllows to add Azure Service Bus with Managed Identity\n```c#\nservices.AddAzureServiceBusSender(\n  Configuration[\"AzureServiceBusOptions:FullyQualifiedNamespace\"],\n  new ManagedIdentityCredential(),\n  options =\u003e Configuration.Bind(\"AzureServiceBusOptions\", options)\n)\n```\n\nwith `appsettings.json`\n\n```c#\n{\n  \"AzureServiceBusOptions\": {\n    \"FullyQualifiedNamespace\": \"{name}.servicebus.windows.net\",\n    \"Queues\": {\n      \"exampleQueue\": \"example.servicebus.queue\"\n    }\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodeltech%2Fgodeltech.messaging.azureservicebus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgodeltech%2Fgodeltech.messaging.azureservicebus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodeltech%2Fgodeltech.messaging.azureservicebus/lists"}