{"id":26175590,"url":"https://github.com/cenkozturrk/rabbitmqsample","last_synced_at":"2025-07-22T13:03:33.282Z","repository":{"id":58151176,"uuid":"529851242","full_name":"cenkozturrk/RabbitMQSample","owner":"cenkozturrk","description":"This project demonstrates the basics of RabbitMQ by implementing a producer and consumer to showcase message queuing and asynchronous communication.","archived":false,"fork":false,"pushed_at":"2025-01-29T22:58:58.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T20:57:01.908Z","etag":null,"topics":["csharp","rabbitmq"],"latest_commit_sha":null,"homepage":"","language":"C#","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/cenkozturrk.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":"2022-08-28T12:08:50.000Z","updated_at":"2025-02-04T21:30:58.000Z","dependencies_parsed_at":"2022-09-03T06:21:22.097Z","dependency_job_id":null,"html_url":"https://github.com/cenkozturrk/RabbitMQSample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cenkozturrk/RabbitMQSample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenkozturrk%2FRabbitMQSample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenkozturrk%2FRabbitMQSample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenkozturrk%2FRabbitMQSample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenkozturrk%2FRabbitMQSample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cenkozturrk","download_url":"https://codeload.github.com/cenkozturrk/RabbitMQSample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenkozturrk%2FRabbitMQSample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266499015,"owners_count":23938771,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","rabbitmq"],"created_at":"2025-03-11T20:57:03.995Z","updated_at":"2025-07-22T13:03:33.239Z","avatar_url":"https://github.com/cenkozturrk.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RabbitMQ Example Project\n\nThis repository demonstrates the use of **RabbitMQ** for message queuing and communication between producer and consumer applications. RabbitMQ is a powerful message broker that enables asynchronous communication, ensuring scalability and reliability in distributed systems.\n\n## Features\n\n- A small example of how the Rabbitmq library and system works.\n- There are RabbitMQ.Client and newtonsoft.json libraries.\n- The application was created on a single project. If you want to use the application, run the producer library and open the bin file of the application and run the consumer exe.\n- This way you can track both queues and exchanges tabs on cloudampq.\n\n- All exchange types implemented. =\u003e As Exchange types\n+Fanout\n+Topic\n+Direct\n+header\n\nQueues Output\n\n   ![image](https://user-images.githubusercontent.com/88964984/187240979-22aea214-0bda-494a-9a80-ec1b2f50d412.png)\n\nExcanges Output\n\n   ![image](https://user-images.githubusercontent.com/88964984/187241081-9f9c26e4-b0a6-4682-aee0-e37d9092e9d1.png)\n\n- If you don't have RabbitMQ installed, you can use Docker to quickly set it up:\n\n```bash\ndocker run -d --hostname rabbitmq-host --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:management\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenkozturrk%2Frabbitmqsample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcenkozturrk%2Frabbitmqsample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenkozturrk%2Frabbitmqsample/lists"}