You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**MysqlMq** provides message queue implementation based on MySQL.
3
+
**Magento_MysqlMq** provides message queue implementation based on MySQL.
4
+
5
+
## Installation
6
+
7
+
Module creates the following tables:
8
+
9
+
-`queue` - Table storing unique queues
10
+
-`queue_message` - Queue messages
11
+
-`queue_message_status` - Relation table to keep associations between queues and messages
12
+
13
+
14
+
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
15
+
16
+
## Additional information
17
+
18
+
For information about significant changes in patch releases, see [2.3.x Release information](http://devdocs.magento.com/guides/v2.3/release-notes/bk-release-notes.html).
19
+
20
+
### cron options
21
+
22
+
cron group configuration can be set in `etc/crontab.xml`.
23
+
24
+
-`mysqlmq_clean_messages` - clean up old messages from database
0 commit comments