{"id":22707081,"url":"https://github.com/fdifrison/spring-rabbitmq","last_synced_at":"2025-03-29T20:44:41.972Z","repository":{"id":262295348,"uuid":"886805850","full_name":"fdifrison/spring-rabbitMQ","owner":"fdifrison","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-11T16:38:30.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T21:45:09.997Z","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/fdifrison.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":"2024-11-11T16:30:17.000Z","updated_at":"2024-11-11T16:38:33.000Z","dependencies_parsed_at":"2024-11-11T17:37:44.204Z","dependency_job_id":"d197de7f-99a9-4905-8baa-0deb24571360","html_url":"https://github.com/fdifrison/spring-rabbitMQ","commit_stats":null,"previous_names":["fdifrison/spring-rabbitmq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdifrison%2Fspring-rabbitMQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdifrison%2Fspring-rabbitMQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdifrison%2Fspring-rabbitMQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdifrison%2Fspring-rabbitMQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdifrison","download_url":"https://codeload.github.com/fdifrison/spring-rabbitMQ/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246243564,"owners_count":20746307,"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-12-10T10:11:24.166Z","updated_at":"2025-03-29T20:44:41.948Z","avatar_url":"https://github.com/fdifrison.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring RabbitMQ\n\nOfficial tutorial from https://www.rabbitmq.com/tutorials/tutorial-one-spring-amqp\n\n## Configurations\n\n* **Basic**: a simple hello world with a producer and a consumer, no exchange and no bindings\n* **Work**: simulating a time-consuming task with two consumers subscribed; round-robin workload distribution and\n  automatic\n  retry on exception\n* **Fanout**: pub/sub configuration; 2 anonymous queue are created and bound to a FanoutExchange that will blindly\n  publish\n  to all the subscribed consumers\n* **Direct**: with a DirectExchange consumers are bound to queues with an additional **key** which serves as\n  discriminant for the publisher to know to whom deliver the message\n* **Topic**: enhance the routing capability of DirectExchange by giving the possibility to specify additional parameters\nand wildcards\n  *  (star) can substitute for exactly one word.\n  *  (hash) can substitute for zero or more words.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdifrison%2Fspring-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdifrison%2Fspring-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdifrison%2Fspring-rabbitmq/lists"}