{"id":22538427,"url":"https://github.com/shuttle/shuttle.esb.purgequeues","last_synced_at":"2026-02-21T22:04:29.487Z","repository":{"id":235468644,"uuid":"753222688","full_name":"Shuttle/Shuttle.Esb.PurgeQueues","owner":"Shuttle","description":"The PurgeQueues extension clears the specified queues on startup.","archived":false,"fork":false,"pushed_at":"2025-03-02T14:10:36.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-12T07:53:06.660Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuttle.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":"2024-02-05T17:49:22.000Z","updated_at":"2025-03-02T14:10:39.000Z","dependencies_parsed_at":"2024-04-23T13:55:26.026Z","dependency_job_id":"2fa056bf-9130-4d46-b1ac-db40d3847795","html_url":"https://github.com/Shuttle/Shuttle.Esb.PurgeQueues","commit_stats":null,"previous_names":["shuttle/shuttle.esb.purgequeues"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Shuttle/Shuttle.Esb.PurgeQueues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.PurgeQueues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.PurgeQueues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.PurgeQueues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.PurgeQueues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuttle","download_url":"https://codeload.github.com/Shuttle/Shuttle.Esb.PurgeQueues/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.PurgeQueues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"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-07T11:12:01.134Z","updated_at":"2026-02-21T22:04:29.471Z","avatar_url":"https://github.com/Shuttle.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Purge Queues\n\n```\nPM\u003e Install-Package Shuttle.Esb.PurgeQueues\n```\n\nThe PurgeQueues module for Shuttle.Esb clears the specified queues on startup.\n\nThe module will attach the `PurgeQueuesObserver` to the `OnAfterConfigure` event of the `StartupPipeline` and purges the configured queues if the relevant queue implementation has implemented the `IPurgeQueue` interface.  If the relevant queue implementation has *not* implemented the `IPurgeQueue` interface the purge is ignore.\n\n## Configuration\n\n```c#\nservices.AddPurgeQueues(builder =\u003e \n{\n\tbuilder.Options.Uris = new List\u003cstring\u003e\n\t{\n\t\t\"scheme-a://configuration-name/queue-a\",\n\t\t\"scheme-b://configuration-name/queue-b\"\n\t};\n});\n```\n\nThe default JSON settings structure is as follows:\n\n```json\n{\n  \"Shuttle\": {\n    \"Modules\": {\n      \"PurgeQueues\": {\n        \"Uris\": [\n          \"scheme-a://configuration-name/queue-a\",\n          \"scheme-b://configuration-name/queue-b\"\n\t\t]\n\t  }\n\t}\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.esb.purgequeues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuttle%2Fshuttle.esb.purgequeues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.esb.purgequeues/lists"}