Code Monkey home page Code Monkey logo

symfony-messenger-rabbitmq-cluster-playground's Introduction

symfony/messenger RabbitMQ cluster playground

This repo is for testing purposes of RabbitMQ cluster capabilities - failover, retry etc.

Adminer, for a database access is available on port 8000
Host: postgres
User: user
Password: pass
Database: test

Usage

  1. Start services (db and rabbitmq cluster) in background: docker-compose up -d
  2. Publish messages docker-compose run --rm php bin/console app:publish 100

For customizations, use docker-compose.override.yml.

How it works

There is publish console command that dispatches message to messenger. In handler there is RNG:

  • There is 10% chance of temporary fail (will move to temporary retry queue in rabbitmq)
  • There is 10% chance of permanent fail (will move to failed queue - persisted in database)

If succeeded (80% chance), it will persist the message into database table persistent_message.

Retrying

docker-compose run --rm php bin/console messenger:failed:show

# see details about a specific failure
docker-compose run --rm php bin/console messenger:failed:show 20 -vv

# view and retry messages one-by-one
docker-compose run --rm php bin/console messenger:failed:retry -vv

# retry specific messages
docker-compose run --rm php bin/console messenger:failed:retry 20 30 --force

# remove a message without retrying it
docker-compose run --rm php bin/console messenger:failed:remove 20

# remove messages without retrying them and show each message before removing it
docker-compose run --rm php bin/console messenger:failed:remove 20 30 --show-messages

symfony-messenger-rabbitmq-cluster-playground's People

Contributors

janmikes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.