Skip to content

Repository files navigation

Order processing system

Example of order processing system using RabbitMQ.

Project created with https://github.com/dunglas/symfony-docker template.

How to use docker

Commands

Run queue worker for 1 minute inside of php container:

php bin/console messenger:consume amqp --time-limit=60 --memory-limit=128M

About

Simple example of order processing system service using RabbitMQ

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages

Generated from dunglas/symfony-docker