{"id":15427226,"url":"https://github.com/robinmanuelthiel/servicebusspy","last_synced_at":"2026-01-18T09:02:03.478Z","repository":{"id":38002644,"uuid":"179279971","full_name":"robinmanuelthiel/servicebusspy","owner":"robinmanuelthiel","description":"Inspect Azure Service Bus messages silently without touching them.","archived":false,"fork":false,"pushed_at":"2022-12-08T04:24:43.000Z","size":34,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T07:21:52.157Z","etag":null,"topics":["azure","service-bus","service-bus-queue"],"latest_commit_sha":null,"homepage":"","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/robinmanuelthiel.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}},"created_at":"2019-04-03T11:54:48.000Z","updated_at":"2023-08-29T10:50:39.000Z","dependencies_parsed_at":"2023-01-24T10:10:12.728Z","dependency_job_id":null,"html_url":"https://github.com/robinmanuelthiel/servicebusspy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/robinmanuelthiel/servicebusspy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinmanuelthiel%2Fservicebusspy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinmanuelthiel%2Fservicebusspy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinmanuelthiel%2Fservicebusspy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinmanuelthiel%2Fservicebusspy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robinmanuelthiel","download_url":"https://codeload.github.com/robinmanuelthiel/servicebusspy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinmanuelthiel%2Fservicebusspy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["azure","service-bus","service-bus-queue"],"created_at":"2024-10-01T17:59:07.333Z","updated_at":"2026-01-18T09:02:03.458Z","avatar_url":"https://github.com/robinmanuelthiel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NuGet](https://img.shields.io/nuget/vpre/servicebusspy.svg)](https://www.nuget.org/packages/ServiceBusSpy)\n\n\u003cimg src=\"https://raw.githubusercontent.com/robinmanuelthiel/servicebusspy/master/logo.png\" height=\"90\"\u003e\n\n# Azure Service Bus Spy\n\nA simple command line tool to silently inspect Azure Service Bus messages without touching them.\n\nAs other existing tools like the [Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer) mostly run on Windows only, I descided to quickly write a **cross-platform** command line tool based on .NET Core to explore messages in Azure Service Bus.\n\n### Installation\n\nMake sure to have at least [.NET Core 2.1](https://dotnet.microsoft.com/download) installed on your machine.\n\n```bash\ndotnet tool install servicebusspy --global\n```\n\n### Update or remove\n\n```bash\n# Update\ndotnet tool update servicebusspy --global\n\n# Remove\ndotnet tool uninstall servicebusspy --global\n```\n\n## Usage\n\n### List all messages of a queue\n\n```bash\nservicebusspy list \n  --queue \"Test\" \\\n  --connectionString \"YOUR_SERVICE_BUS_CONNECTION_STRING\" \\\n  --verbose # optional\n```\n\n### Add a message to a queue\n\n```bash\nservicebusspy add \"Message Content\" \\\n  --queue \"Test\" \\\n  --connectionString \"YOUR_SERVICE_BUS_CONNECTION_STRING\"\n```\n\n### Subscribe to new messages in a queue\n\n```bash\nservicebusspy subscribe \n  --queue \"Test\" \\\n  --connectionString \"YOUR_SERVICE_BUS_CONNECTION_STRING\" \\\n  --verbose # optional\n```\n\n### Delete (dead letters) all messages in a queue\n\n```bash\nservicebusspy clear \n  --queue \"Test\" \\\n  --connectionString \"YOUR_SERVICE_BUS_CONNECTION_STRING\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinmanuelthiel%2Fservicebusspy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinmanuelthiel%2Fservicebusspy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinmanuelthiel%2Fservicebusspy/lists"}