{"id":26121554,"url":"https://github.com/fizzed/rabbitmq-plus","last_synced_at":"2025-07-29T02:04:45.703Z","repository":{"id":57719285,"uuid":"325394218","full_name":"fizzed/rabbitmq-plus","owner":"fizzed","description":"Utility modules and framework integrations for Java and RabbitMQ","archived":false,"fork":false,"pushed_at":"2021-02-03T04:07:09.000Z","size":1625,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T14:25:22.294Z","etag":null,"topics":[],"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/fizzed.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":"2020-12-29T21:51:27.000Z","updated_at":"2021-02-03T04:07:11.000Z","dependencies_parsed_at":"2022-08-26T10:00:37.023Z","dependency_job_id":null,"html_url":"https://github.com/fizzed/rabbitmq-plus","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fizzed/rabbitmq-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Frabbitmq-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Frabbitmq-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Frabbitmq-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Frabbitmq-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fizzed","download_url":"https://codeload.github.com/fizzed/rabbitmq-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Frabbitmq-plus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265080001,"owners_count":23708098,"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":"2025-03-10T14:23:47.373Z","updated_at":"2025-07-29T02:04:45.681Z","avatar_url":"https://github.com/fizzed.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"RabbitMQ Plus by Fizzed\n============================================\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fizzed/rabbitmq-plus/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fizzed/rabbitmq-plus)\n\n[Fizzed, Inc.](http://fizzed.com) (Follow on Twitter: [@fizzed_inc](http://twitter.com/fizzed_inc))\n\n## Overview\n\nUtilities and framework integrations for Java and RabbitMQ. Includes an integration\nof [RabbitMQ](https://www.rabbitmq.com/) with the [Ninja Framework](https://github.com/ninjaframework/ninja).\n\n## Connection Pool and Other Helpers\n\n### Setup\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n    \u003cartifactId\u003erabbitmq-util\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.5\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nBrowse the utilities in https://github.com/fizzed/rabbitmq-plus/tree/master/rabbitmq-util/src/main/java/com/fizzed/rabbitmq/util\n\n\n## Ninja Framework\n\nNinja Framework module for RabbitMQ. Will help provide connectivity to RabbitMQ,\na connection pool, and session providers.\n\n### Setup\n\nAdd the rabbitmq-ninja-module dependency to your Maven pom.xml\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n    \u003cartifactId\u003erabbitmq-ninja-module\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.5\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nIn your `conf/Module.java` file:\n\n```java\npackage conf;\n\nimport com.fizzed.rabbitmq.ninja.NinjaRabbitModule;\nimport com.google.inject.AbstractModule;\n\npublic class Module extends AbstractModule {\n\n    @Override\n    protected void configure() {\n        install(new NinjaRabbitModule());\n    }\n\n}\n```\n\nIn your `conf/application.conf` file:\n\n```java\n#\n# rabbitmq\n#\nrabbitmq.verify_queues = test.request\nrabbitmq.url = amqp://localhost:5672\nrabbitmq.user = root\nrabbitmq.password = test\nrabbitmq.pool.min_idle = 0\n#rabbitmq.pool.max_idle = 0\nrabbitmq.pool.evictable_idle_time_millis = 10000\n```\n\n## License\n\nCopyright (C) 2020 Fizzed, Inc.\n\nThis work is licensed under the Apache License, Version 2.0. See LICENSE for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Frabbitmq-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffizzed%2Frabbitmq-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Frabbitmq-plus/lists"}