{"id":16078325,"url":"https://github.com/prolic/humusamqpdemomodule","last_synced_at":"2025-03-18T05:31:28.263Z","repository":{"id":18761149,"uuid":"21973730","full_name":"prolic/HumusAmqpDemoModule","owner":"prolic","description":"This is a demo module for Humus AMQP Module","archived":false,"fork":false,"pushed_at":"2016-06-19T06:07:30.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T07:34:58.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prolic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-18T08:41:17.000Z","updated_at":"2016-03-25T09:34:25.000Z","dependencies_parsed_at":"2022-07-12T22:00:38.174Z","dependency_job_id":null,"html_url":"https://github.com/prolic/HumusAmqpDemoModule","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolic%2FHumusAmqpDemoModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolic%2FHumusAmqpDemoModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolic%2FHumusAmqpDemoModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolic%2FHumusAmqpDemoModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prolic","download_url":"https://codeload.github.com/prolic/HumusAmqpDemoModule/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243903181,"owners_count":20366438,"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-10-09T10:11:42.348Z","updated_at":"2025-03-18T05:31:26.983Z","avatar_url":"https://github.com/prolic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Humus AMQP Demo Module\n=================\n\nThis is a demo module for [Humus AMQP Module](https://github.com/prolic/HumusAmqpModule).\n\n# ABANDONED!!!\n## This module is no longer supported!\n\nAbout\n-----\n\nInstall this module to enable some demo consumers and producers as a start to learn with RabbitMQ.\n\nDependencies\n------------\n\n - PHP 5.4.0\n - [HumusAmqpModule](https://github.com/prolic/HumusAmqpModule)\n\nInstallation\n------------\n\n 1.  Add `\"prolic/humus-amqp-demo-module\": \"dev-master\"` to your `composer.json`\n 2.  Run `php composer.phar install`\n 3.  Enable the module in your `config/application.config.php` by adding `HumusAmqpDemoModule` to `modules`\n\nUsage\n-----\n\nSetup Fabric\n\n    php public/index.php humus amqp setup-fabric\n\nStart the demo consumer\n\n    php public/index.php humus amqp consumer demo-consumer\n\nSend a message from StdIn to exchange\n\n    echo \"my test message\" | xargs -0 php public/index.php humus amqp stdin-producer demo-producer\n\nSend a message from parameter to exchange\n\n    php public/index.php humus amqp stdin-producer demo-producer \"my test message\"\n\nSend 1000000 messages to topic exchange with random error-level as routing key\n\n    php public/index.php humus amqp consumer topic-consumer-error 1000000\n\nConsume 100 messages from topic exchange by routing key error (0)\n\n    php public/index.php humus amqpdemo topic-producer 100\n\nStart the multiple consumer\n\n    php public/index.php humus amqp multiple-consumer multiple-consumer\n\nSend messages to multiple consumer\n\n    php public/index.php humus amqp stdin-producer topic-producer --route=level.err err\n    php public/index.php humus amqp stdin-producer topic-producer --route=level.warn warn\n    php public/index.php humus amqp stdin-producer topic-producer --route=level.info info\n    php public/index.php humus amqp stdin-producer topic-producer --route=level.debug debug\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprolic%2Fhumusamqpdemomodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprolic%2Fhumusamqpdemomodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprolic%2Fhumusamqpdemomodule/lists"}