{"id":20138498,"url":"https://github.com/thiagobarradas/queue-move","last_synced_at":"2026-05-08T03:11:29.611Z","repository":{"id":94891912,"uuid":"227485951","full_name":"ThiagoBarradas/queue-move","owner":"ThiagoBarradas","description":"Simple Queue move that stops when finish :)","archived":false,"fork":false,"pushed_at":"2020-05-30T23:06:23.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T10:08:48.573Z","etag":null,"topics":["broker","bus","docker","dotnet","event","message","move","rabbit","rabbitmq","worker"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/thiagobarradas/queue-move","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/ThiagoBarradas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2019-12-12T00:22:46.000Z","updated_at":"2023-04-27T09:33:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1ea04ea-981e-4651-af43-fe61b3f41e46","html_url":"https://github.com/ThiagoBarradas/queue-move","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThiagoBarradas%2Fqueue-move","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThiagoBarradas%2Fqueue-move/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThiagoBarradas%2Fqueue-move/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThiagoBarradas%2Fqueue-move/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThiagoBarradas","download_url":"https://codeload.github.com/ThiagoBarradas/queue-move/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582552,"owners_count":19985845,"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":["broker","bus","docker","dotnet","event","message","move","rabbit","rabbitmq","worker"],"created_at":"2024-11-13T21:38:28.399Z","updated_at":"2026-05-08T03:11:24.572Z","avatar_url":"https://github.com/ThiagoBarradas.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://barradas.visualstudio.com/Contributions/_apis/build/status/Queue%20Move%20Worker?branchName=master)](https://barradas.visualstudio.com/Contributions/_build/latest?definitionId=6\u0026branchName=master)\n\n# QueueMove\n \nA simple worker to move Rabbit MQ messages between queues;\n\n## Running with Docker\n\n```\ndocker run --name queue-move -d \\\n    -e OriginQueueConnectionString=\"amqp://user:password@localhost:5672/current-vh\" \\\n    -e OriginQueueName=my-demo-queue \\\n    -e DestinationQueueConnectionString=\"amqp://user:password@localhost:5672/other-vh\" \\\n    -e DestinationExchangeName=my-other-exchange \\\n    -e DestinationQueueName=my-other-queue \\\n    -e StopWhenEmpty=false \\\n    thiagobarradas/queue-move:latest\n```\n\n## Configuration\n\nSet environment variables to setup QueueMove:\n\n| Env Var | Type | Required | Description | e.g. |\n| ------- | ---- | -------- | ----------- | ---- |\n| `OriginQueueConnectionString` | string | yes | origin rabbit connection | `amqp://user:pass@localhost:5672/current-vh` |\n| `OriginQueueName`             | string | yes | origin queue name | `some-queue` |\n| `DestinationQueueConnectionString` | string | yes | destination rabbit connection | `amqp://user:pass@localhost:5672/other-vh` |\n| `DestinationExchangeName`             | string | no | destination exchange name | `other-exchange` |\n| `DestinationQueueName` | string | no | destination queue name | `other-queue` |\n| `StopWhenEmpty`             | bool | no | when origin queue is empty (0 messages) this worker is stopped | `false` |\n\n## How can I contribute?\n\nPlease, refer to [CONTRIBUTING](.github/CONTRIBUTING.md)\n\n## Found something strange or need a new feature?\n\nOpen a new Issue following our issue template [ISSUE TEMPLATE](.github/ISSUE_TEMPLATE.md)\n\n## Did you like it? Please, make a donate :)\n\nif you liked this project, please make a contribution and help to keep this and other initiatives, send me some Satochis.\n\nBTC Wallet: `1G535x1rYdMo9CNdTGK3eG6XJddBHdaqfX`\n\n![1G535x1rYdMo9CNdTGK3eG6XJddBHdaqfX](https://i.imgur.com/mN7ueoE.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagobarradas%2Fqueue-move","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagobarradas%2Fqueue-move","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagobarradas%2Fqueue-move/lists"}