Skip to content

Commit 3682d87

Browse files
Added documentation for MysqlMq module
1 parent 017de9a commit 3682d87

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

app/code/Magento/MysqlMq/README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1-
# MysqlMq
1+
# Magento_MysqlMq module
22

3-
**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

Comments
 (0)