{"id":13998548,"url":"https://github.com/denosaurs/mess","last_synced_at":"2025-06-20T16:11:55.367Z","repository":{"id":65212019,"uuid":"584955745","full_name":"denosaurs/mess","owner":"denosaurs","description":"🌀 A modern, broker-agnostic, distributed message queue for deno","archived":false,"fork":false,"pushed_at":"2023-08-25T12:21:33.000Z","size":19,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T17:27:17.450Z","etag":null,"topics":["amqp","deno","distributed","javascript","message-queue","mqtt","pubsub","rabbitmq","redis","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/mess","language":"TypeScript","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/denosaurs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"open_collective":"denosaurs","github":"denosaurs"}},"created_at":"2023-01-04T00:16:54.000Z","updated_at":"2024-08-07T11:22:41.000Z","dependencies_parsed_at":"2023-09-29T12:45:46.622Z","dependency_job_id":null,"html_url":"https://github.com/denosaurs/mess","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"8483a58eead280101c67e72ac062521028f170a0"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/denosaurs/mess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fmess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fmess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fmess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fmess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denosaurs","download_url":"https://codeload.github.com/denosaurs/mess/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fmess/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260766731,"owners_count":23059515,"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","deno","distributed","javascript","message-queue","mqtt","pubsub","rabbitmq","redis","typescript"],"created_at":"2024-08-09T19:01:46.225Z","updated_at":"2025-06-20T16:11:55.323Z","avatar_url":"https://github.com/denosaurs.png","language":"TypeScript","readme":"# Mess\n\n[![Tags](https://img.shields.io/github/release/denosaurs/mess)](https://github.com/denosaurs/mess/releases)\n[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/mess/mod.ts)\n[![checks](https://github.com/denosaurs/mess/actions/workflows/checks.yml/badge.svg)](https://github.com/denosaurs/mess/actions/workflows/checks.yml)\n[![License](https://img.shields.io/github/license/denosaurs/mess)](https://github.com/denosaurs/mess/blob/master/LICENSE)\n\nMess is a modern, broker-agnostic message queue for use in a distributed\nenvironment. Currently, AMQP is supported, with plans to add support for other\nplatforms such as Redis and MQTT in the future.\n\n## Example\n\nThis example demonstrates how to use the AMQP message queue with the json\nserializer and deserializer:\n\n```ts\nimport { AMQPMessageQueue } from \"https://deno.land/x/mess/message_queue/implementations/amqp/mod.ts\";\nimport * as json from \"https://deno.land/x/mess/serializer_deserializer/json.ts\";\n\nconst queue = new AMQPMessageQueue(\"test\", {\n  serializerDeserializer: deno,\n  connection: \"amqp://guest:guest@localhost:5672\",\n});\n\nfor await (const event of queue) {\n  console.log(event.data);\n  await event.deferred.resolve();\n}\n```\n\n## Documentation\n\nCheck out the docs\n[here](https://doc.deno.land/https://deno.land/x/mess/mod.ts).\n\n## Maintainers\n\n- Elias Sjögreen ([@eliassjogreen](https://github.com/eliassjogreen))\n\n## Other\n\n### Contribution\n\nPull request, issues and feedback are very welcome. Code style is formatted with\n`deno fmt` and commit messages are done following Conventional Commits spec.\n\n### License\n\nCopyright 2023, the Denosaurs team. All rights reserved. MIT license.\n","funding_links":["https://opencollective.com/denosaurs","https://github.com/sponsors/denosaurs"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Fmess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenosaurs%2Fmess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Fmess/lists"}