Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodolfobandeira/rabbitmq-and-symfony-studies
A simple repository to learn how to use RabbitMQ and Symfony 2.8
https://github.com/rodolfobandeira/rabbitmq-and-symfony-studies
php rabbitmq symfony symfony-studies
Last synced: about 1 month ago
JSON representation
A simple repository to learn how to use RabbitMQ and Symfony 2.8
- Host: GitHub
- URL: https://github.com/rodolfobandeira/rabbitmq-and-symfony-studies
- Owner: rodolfobandeira
- Created: 2016-06-23T04:33:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T05:15:56.000Z (over 8 years ago)
- Last Synced: 2024-10-30T21:42:05.124Z (3 months ago)
- Topics: php, rabbitmq, symfony, symfony-studies
- Language: PHP
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rabbitmq-and-symfony-studies
A simple repository to learn how to use RabbitMQ and Symfony 2.81) `git clone https://github.com/rodolfobandeira/rabbitmq-and-symfony-studies.git`
2) `cd rabbitmq-and-symfony-studies`
3) `composer install`
4) `php app/console | grep rabbitmq`
5) Try to create a producer and execute a consumer.
6) `php app/console server:run 0.0.0.0:8000`
7) Open in the browser. ex: http://127.0.0.1:8000
8) `php app/console rabbitmq:consumer hello_rabbitmq`
https://twitter.com/rodolfobandeira
-
*Reference:*
- Thanks for the Presenter Kacper Gunia (https://twitter.com/cakper)
- Thanks Youtube to make possible I watch Kacper's presentation: (https://www.youtube.com/watch?v=cha92Og9M5A)
- Thanks Alvaro Videla for the effort around RabbitMQ and PHP (https://twitter.com/old_sound)