Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Model checkin il y a 2 ans
Setup checkin il y a 2 ans
Test checkin il y a 2 ans
etc checkin il y a 2 ans
i18n checkin il y a 2 ans
LICENSE.txt checkin il y a 2 ans
LICENSE_AFL.txt checkin il y a 2 ans
README.md checkin il y a 2 ans
composer.json checkin il y a 2 ans
registration.php checkin il y a 2 ans

README.md

Magento_MysqlMq module

Magento_MysqlMq provides message queue implementation based on MySQL.

Module contain recurring script, declared in Magento\MysqlMq\Setup\Recurring class. This script is executed by Magento post each schema installation or upgrade stage and populates the queue table.

Installation

Module creates the following tables:

  • queue - Table storing unique queues
  • queue_message - Queue messages
  • queue_message_status - Relation table to keep associations between queues and messages

For information about a module installation in Magento 2, see Enable or disable modules.

Additional information

For information about significant changes in patch releases, see 2.3.x Release information.

cron options

cron group configuration can be set in etc/crontab.xml.

  • mysqlmq_clean_messages - clean up old messages from database