Skip to content

Commit 19888bd

Browse files
authored
Update README.md
1 parent 20668d0 commit 19888bd

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
# Magento Enqueue. Quick tour
1+
# Magento2 EnqueueModule
22

3-
## Installation
3+
THe module integrates [Enqueue's Client](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/client/quick_tour.md) with Magento2. You can send and consume messages to different message queues such as RabbitMQ, AMQP, STOMP, Amazon SQS, Kafka, Redis, Google PubSub, Gearman, Beanstalk, Google PubSub and others. Or integrate Magento2 app with other applications or service via [Message Bus](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/client/message_bus.md).
44

5-
We use [composer](https://getcomposer.org/) and [cotya/magento-composer-installer](https://github.com/Cotya/magento-composer-installer) plugin to install [magento-enqueue](https://github.com/php-enqueue/magento-enqueue) extension.
5+
## Installation
66

7-
To install libraries run the commands in the application root directory.
7+
We recommend using [composer](https://getcomposer.org/) to install [magento2-enqueue](https://github.com/php-enqueue/magento-enqueue) module. To install libraries run the commands in the application root directory.
88

99
```bash
1010
composer require "enqueue/magento2-enqueue:*@dev" "enqueue/amqp-ext"
11+
```
12+
13+
Run setup:upgrade so Magento2 picks up the installed module.
14+
15+
```bash
1116
php bin/magento setup:upgrade
1217
```
1318

@@ -16,7 +21,6 @@ php bin/magento setup:upgrade
1621
At this stage we have configure the Enqueue extension in Magento backend.
1722
The config is here: `Stores -> Configuration -> General -> Enqueue Message Queue`.
1823
Here's the example of Amqp transport that connects to RabbitMQ broker on localhost:
19-
2024

2125
![Сonfiguration](enqueue_doc.png)
2226

@@ -87,4 +91,4 @@ and run message consume command:
8791
$ php bin/magento enqueue:consume -vvv --setup-broker
8892
```
8993

90-
[back to index](../index.md)
94+
[back to index](../index.md)

0 commit comments

Comments
 (0)