PHP code example of renatocason / magento2-module-mq-amqp
1. Go to this page and download the library: Download renatocason/magento2-module-mq-amqp library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
renatocason / magento2-module-mq-amqp example snippets
'ce_mq' => [
'amqp' => [
'host' => 'localhost',
'port' => 5672,
'username' => 'guest',
'password' => 'guest',
'virtualhost' => '/',
],
],