https://github.com/simodima/rabbitexamples
https://github.com/simodima/rabbitexamples
example example-project message-queue php7 rabbitmq
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simodima/rabbitexamples
- Owner: simodima
- Created: 2017-02-27T22:49:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T14:19:46.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T16:25:13.428Z (about 1 year ago)
- Topics: example, example-project, message-queue, php7, rabbitmq
- Language: PHP
- Size: 18.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run the example
```bash
./install.sh
docker-compose up -d
docker-compose run app bin/console app:simulate -u 100 -p 10
```