Skip to content

SkitterPL/rabbitmq-phpamqlib-introduction

Repository files navigation

rabbitmq-phpamqlib-introduction

Configuration:

  1. Install composer.phar locally:

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"

php -r "if (hash_file('sha384', 'composer-setup.php') === '756890a4488ce9024fc62c56153228907f1545c228516cbf63f885e036d37e9a59d27d63f46af1d4d07ee0f76181c7d3') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"

php composer-setup.php

php -r "unlink('composer-setup.php');"

  1. Run composer install

php composer.phar install

  1. Start project:

docker-compose up

RabbitMQ Admin panel: http://localhost:15672/ Username: guest Password: guest

About

Code used in my RabbitMQ presentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages