{"id":16817944,"url":"https://github.com/igr/jrsmq","last_synced_at":"2025-06-21T18:07:50.661Z","repository":{"id":47181458,"uuid":"85244675","full_name":"igr/jrsmq","owner":"igr","description":"A lightweight message queue for Java that requires no dedicated queue server. Just a Redis server.","archived":false,"fork":false,"pushed_at":"2021-09-09T20:04:13.000Z","size":186,"stargazers_count":36,"open_issues_count":2,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-04T03:11:20.361Z","etag":null,"topics":["fifo","java","message-queue","queue","redis","rsmq"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/igr.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}},"created_at":"2017-03-16T21:49:42.000Z","updated_at":"2025-01-23T20:05:59.000Z","dependencies_parsed_at":"2022-08-19T06:01:51.597Z","dependency_job_id":null,"html_url":"https://github.com/igr/jrsmq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/igr/jrsmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igr%2Fjrsmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igr%2Fjrsmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igr%2Fjrsmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igr%2Fjrsmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igr","download_url":"https://codeload.github.com/igr/jrsmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igr%2Fjrsmq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261170423,"owners_count":23119513,"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":["fifo","java","message-queue","queue","redis","rsmq"],"created_at":"2024-10-13T10:48:47.867Z","updated_at":"2025-06-21T18:07:45.636Z","avatar_url":"https://github.com/igr.png","language":"Java","funding_links":[],"categories":["进程间通信"],"sub_categories":["Spring Cloud框架"],"readme":"![RSMQ: Redis Simple Message Queue for Node.js](https://img.webmart.de/rsmq_wide.png)\n\n![](https://app.travis-ci.com/igr/jrsmq.svg?branch=master)\n\n# Redis Simple Message Queue\n\nA lightweight message queue for Java that requires no dedicated queue server. Just a Redis server.\n\nJava implementation of https://github.com/smrchy/rsmq.\n\n## Version\n\n\tcom.oblac:jrsmq:1.3.0\n\n## Java implementation notes\n\nWe are trying to follow the javascript contract as much as possible, including\nthe method and properties naming.\n\n## Example\n\n    RedisSMQ rsmq = new RedisSMQ();\n\n    rsmq.createQueue()\n        .qname(\"myqueue\")\n        .exec();\n\n    String id = rsmq.sendMessage()\n                    .qname(\"myqueue\")\n                    .message(\"Hello World\")\n                    .exec();\n\n    QueueMessage msg = rsmq.receiveMessage()\n                            .qname(\"myqueue\")\n                            .exec();\n\n    rsmq.deleteQueue()\n        .qname(\"myqueue\")\n        .exec();\n\n    rsmq.quit();\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figr%2Fjrsmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figr%2Fjrsmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figr%2Fjrsmq/lists"}