{"id":20661385,"url":"https://github.com/erlangbureau/wolfmq","last_synced_at":"2026-03-09T12:03:52.185Z","repository":{"id":31848128,"uuid":"35415348","full_name":"erlangbureau/wolfmq","owner":"erlangbureau","description":"Simple message broker for Erlang applications","archived":false,"fork":false,"pushed_at":"2022-09-30T22:56:59.000Z","size":107,"stargazers_count":14,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-13T16:33:21.720Z","etag":null,"topics":["erlang","mq"],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/erlangbureau.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":"2015-05-11T09:48:55.000Z","updated_at":"2024-05-23T11:43:58.000Z","dependencies_parsed_at":"2023-01-14T19:54:05.329Z","dependency_job_id":null,"html_url":"https://github.com/erlangbureau/wolfmq","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/erlangbureau/wolfmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangbureau%2Fwolfmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangbureau%2Fwolfmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangbureau%2Fwolfmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangbureau%2Fwolfmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erlangbureau","download_url":"https://codeload.github.com/erlangbureau/wolfmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangbureau%2Fwolfmq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30294710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"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":["erlang","mq"],"created_at":"2024-11-16T19:09:11.274Z","updated_at":"2026-03-09T12:03:52.169Z","avatar_url":"https://github.com/erlangbureau.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"WolfMQ \n============\n\nWolfMQ is a small and fast Erlang message broker and queued task processor\n\nDescription\n===========\n\n**Wolfmq features:**\n* Automatic creation and closing of the queues\n* Use any term as a queue id\n* Processes messages in the order in which they come\n* Run different groups of queues on different supervisors\n* By default, the queue is a task processor, but you can change behaviour\n\n\n\nGetting Started\n===============\n\n```erl\n1\u003e application:start(wolfmq).\nok\n2\u003e \n2\u003e QueueId = erlang:unique_integer([monotonic, positive]) rem 10.\n1\n3\u003e\n3\u003e ok = wolfmq:push(QueueId, fun() -\u003e io:format(\"Hello world!~n\"), ok end).\nHello world!\nok\n4\u003e \n4\u003e ok = wolfmq:push(QueueId, {io, format, [\"Hello world!~n\"]}).                \nHello world!\nok\n```\n\nProject Chat Room\n=================\n[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/erlangbureau/wolfmq)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlangbureau%2Fwolfmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferlangbureau%2Fwolfmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlangbureau%2Fwolfmq/lists"}