Skip to content

Module showing example of more advanced topology built with Magento Message Queue

License

Notifications You must be signed in to change notification settings

lizardmedia/rabbitmq-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lizard Media RabbitMqPlayground

A module shows how more advanced topologies could be built, using DLX and message-ttl. Module shows example of topology with error fallback and retry mechanism. Additionally for entity.confirm and entity.cancel topics consumption of messages are delayed. In order to make it work, please apply our patches for magento modules and libraries.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Magento 2.3/2.4
  • PHP 7.3/7.4
  • RabbitMQ 3.8.*
  • Apply our patches for Magento Message Queue features.

Installing

Download the module

Using composer (suggested)

Simply run

composer require lizardmedia/module-rabbitmq-playground
Downloading ZIP

Download a ZIP version of the module and unpack it into your project into

app/code/LizardMedia/RabbitmqPlayground

If you use ZIP file you will need to install all dependencies of the module manually

Install the module

Run this command

bin/magento module:enable LizardMedia_RabbitmqPlayground
bin/magento setup:upgrade

Usage

Just install module and investigate topology created. Play around by publishing messages (take a look at console commands) and observe how messages are handled. Every consumer handler has a sleep function inside to make sure that message processing is visible in rabbitmq admin panel messages chart. Change consumers (Failure / Success in queue_consumer.xml to test different situations. Topology created by the module should look like on the graph

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Bartosz Kubicki - Initial work, fixes & maintenance - Lizard Media

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Module showing example of more advanced topology built with Magento Message Queue

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages