{"id":22983359,"url":"https://github.com/muthukumar89uk/go-rabbitmq-delayed-message","last_synced_at":"2025-04-02T10:23:55.446Z","repository":{"id":250727655,"uuid":"835275687","full_name":"muthukumar89uk/go-rabbitmq-delayed-message","owner":"muthukumar89uk","description":"It is a simple go application for scheduling the task. A rabbit message queue is used to manage and stream the messages.","archived":false,"fork":false,"pushed_at":"2024-07-31T15:25:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T01:33:22.562Z","etag":null,"topics":["delayed-tasks","go","golang-application","mux-router","rabbitmq","rabbitmq-consumer","rabbitmq-producer","rabbitmq-server","scheduled-tasks"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muthukumar89uk.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-29T14:00:58.000Z","updated_at":"2024-08-01T10:27:07.000Z","dependencies_parsed_at":"2025-02-08T01:31:38.688Z","dependency_job_id":"cdfbb39b-f8f2-4b80-922e-cacdece04413","html_url":"https://github.com/muthukumar89uk/go-rabbitmq-delayed-message","commit_stats":null,"previous_names":["muthukumar89uk/go-rabbitmq-delayed-message"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-rabbitmq-delayed-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-rabbitmq-delayed-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-rabbitmq-delayed-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-rabbitmq-delayed-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muthukumar89uk","download_url":"https://codeload.github.com/muthukumar89uk/go-rabbitmq-delayed-message/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246794984,"owners_count":20835105,"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":["delayed-tasks","go","golang-application","mux-router","rabbitmq","rabbitmq-consumer","rabbitmq-producer","rabbitmq-server","scheduled-tasks"],"created_at":"2024-12-15T02:38:28.290Z","updated_at":"2025-04-02T10:23:55.422Z","avatar_url":"https://github.com/muthukumar89uk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang RabbitMQ Delayed Messages\r\n\r\nThis repository contains a Go application that demonstrates the use of RabbitMQ with delayed messages.\r\n\r\n## Features\r\n\r\n- Publish messages to RabbitMQ with a delay\r\n- Consume delayed messages from RabbitMQ\r\n- Configuration via environment variables\r\n\r\n## Requirements\r\n\r\n- Go 1.15 or higher\r\n- RabbitMQ with the [Delayed Message Plugin](https://github.com/rabbitmq/rabbitmq-delayed-message-exchange)\r\n\r\n## Getting Started\r\n\r\n### Installation\r\n\r\n1. Clone the repository:\r\n\r\n   ```\r\n   git clone https://github.com/muthukumar89uk/go-rabbitmq-delayed-message.git\r\n   ```\r\nClick here to directly [download it](https://github.com/muthukumar89uk/go-rabbitmq-delayed-message/zipball/master).\r\n\r\n### Install dependencies:\r\n\r\n          go mod tidy\r\n\r\n### Run the Application\r\n  1. Run the Server\r\n   \r\n       ```\r\n          go run .\r\n       ```   \r\n  2. The server will start on `http://localhost:8080`.\r\n\r\n## Run the RabbitMQ Server Using Docker\r\n  ### Latest RabbitMQ 3.13 \r\n  ```\r\n    docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.13-management\r\n  ```\r\n\r\n## Refer\r\n  - [RabbitMQ](https://www.rabbitmq.com/) \r\n  - [RabbitMQ Delayed Message Plugin](https://github.com/rabbitmq/rabbitmq-delayed-message-exchange) \r\n  - [streadway/amqp](https://github.com/streadway/amqp)\r\n\r\n   \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuthukumar89uk%2Fgo-rabbitmq-delayed-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuthukumar89uk%2Fgo-rabbitmq-delayed-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuthukumar89uk%2Fgo-rabbitmq-delayed-message/lists"}