{"id":21031290,"url":"https://github.com/workable/eip-rabbit","last_synced_at":"2025-05-15T11:33:20.374Z","repository":{"id":57221061,"uuid":"84576519","full_name":"Workable/eip-rabbit","owner":"Workable","description":"Rabbitmq Adapter for the eip module. It supports an aggregator Timer using rabbitmq queues.","archived":false,"fork":false,"pushed_at":"2023-10-27T14:45:10.000Z","size":465,"stargazers_count":1,"open_issues_count":6,"forks_count":4,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-19T17:36:46.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Workable.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":"2017-03-10T15:58:45.000Z","updated_at":"2022-10-26T05:59:51.000Z","dependencies_parsed_at":"2024-11-19T12:38:30.700Z","dependency_job_id":"b9d054e6-b3e0-422a-b388-9db9a32b31fa","html_url":"https://github.com/Workable/eip-rabbit","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.4666666666666667,"last_synced_commit":"3936593d93b12e33e70fb86675b9d0d85e187773"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workable%2Feip-rabbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workable%2Feip-rabbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workable%2Feip-rabbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Workable%2Feip-rabbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Workable","download_url":"https://codeload.github.com/Workable/eip-rabbit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254331044,"owners_count":22053097,"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":[],"created_at":"2024-11-19T12:27:05.872Z","updated_at":"2025-05-15T11:33:20.364Z","avatar_url":"https://github.com/Workable.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eip-rabbit\n\nEnterprise Integration Patterns for javascript rabbitmq adapter.\n\nCreate a Timer for the eip aggregator that uses rabbitmq to implement the timeout.\n\n## Installation\n\n```\nnpm install --save eip-rabbit\n```\n\n## Usage\n\n```javascript\nconst eip = require('eip');\nconst { Rabbit } = require('rabbit-queue');\nconst rabbit = new Rabbit('amqp://localhost', { scheduledPublish: true }); // scheduledPublish must be enabled\nconst { Timer } = require('eip-rabbit');\nconst timer = new Timer([1000, 5000], rabbit, 'timer') // delays in ms\nconst aggregator = new eip.Route().aggregate({ timer });\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkable%2Feip-rabbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkable%2Feip-rabbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkable%2Feip-rabbit/lists"}