We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ff3db7 + 75448a4 commit d84660cCopy full SHA for d84660c
docs/magento2/quick_tour.md
@@ -33,7 +33,7 @@ To send a message you have to take enqueue helper and call `send` method.
33
<?php
34
35
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
36
-$enqueueManager = $objectManager->create('Enqueue\Enqueue\Model\EnqueueManager');
+$enqueueManager = $objectManager->create('Enqueue\Magento2\Model\EnqueueManager');
37
$enqueueManager->sendEvent('a_topic', 'aMessage');
38
39
// or a command with a possible reply
@@ -97,4 +97,4 @@ and run message consume command:
97
$ php bin/magento enqueue:consume -vvv --setup-broker
98
```
99
100
-[back to index](../index.md#magento2)
+[back to index](../index.md#magento2)
0 commit comments