{"id":22868204,"url":"https://github.com/liftitapp/deadletters","last_synced_at":"2025-03-31T10:50:00.215Z","repository":{"id":87210131,"uuid":"215629633","full_name":"Liftitapp/deadletters","owner":"Liftitapp","description":"RabbitMQ retries system","archived":false,"fork":false,"pushed_at":"2023-03-06T22:32:47.000Z","size":33,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-06T15:53:05.233Z","etag":null,"topics":["amqp","golang","rabbitmq"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Liftitapp.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":"2019-10-16T19:37:34.000Z","updated_at":"2019-11-07T22:21:42.000Z","dependencies_parsed_at":"2023-03-18T02:35:43.899Z","dependency_job_id":null,"html_url":"https://github.com/Liftitapp/deadletters","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/Liftitapp%2Fdeadletters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liftitapp%2Fdeadletters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liftitapp%2Fdeadletters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liftitapp%2Fdeadletters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Liftitapp","download_url":"https://codeload.github.com/Liftitapp/deadletters/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458022,"owners_count":20780675,"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":["amqp","golang","rabbitmq"],"created_at":"2024-12-13T12:32:16.359Z","updated_at":"2025-03-31T10:50:00.194Z","avatar_url":"https://github.com/Liftitapp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deadletters\n\nThis is a retry System for retrying amqp messages and store them in a mongo database if the retry limit is reached\n\n# Run Dev\n\nEnsure to have a rabbitmq installed\n\n```\ndocker run -d --hostname my-rabbit --name some-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management\n\n```\n\nAnd a mongodb instance\n\n```\nsudo apt install mongodb\n```\n\n# Deploy\n\nThe app comes in two modes, the server\n\n```\ndocker build -f server/Dockerfile .\n```\n\nAnd a CLI to run as a cron job\n\n```\ndocker build -f retry/Dockerfile .\n```\n\n# Testing\n\nEnsure to run first the server and after that run the main in the example folder, this will simulate a amqp queue listener and reject messages going to it in order to be sent to the dlx listener\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliftitapp%2Fdeadletters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliftitapp%2Fdeadletters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliftitapp%2Fdeadletters/lists"}