2017 © Pedro Peláez
 

magento2-module magento2-module-mq-mysql

Magento 2 Message Queue OS MySQL Broker Implementation

image

renatocason/magento2-module-mq-mysql

Magento 2 Message Queue OS MySQL Broker Implementation

  • Friday, July 20, 2018
  • by renatocason
  • Repository
  • 2 Watchers
  • 2 Stars
  • 302 Installations
  • PHP
  • 1 Dependents
  • 2 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 49 % Grown

The README.md

Magento 2 Message Queue MySQL Backend

MySQL message queue backend implementation for Rcason_Mq., (*1)

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

Installation

  1. Require the module via Composer
$ composer require renatocason/magento2-module-mq-mysql
  1. Enable the module
$ bin/magento module:enable Rcason_MqMysql
$ bin/magento setup:upgrade

Configuration

  1. Configure the Mq module as explained here
  2. Specify mysql as broker when configuring a queue in your module's etc/ce_mq.xml file
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Rcason_Mq:etc/ce_mq.xsd">
    <ceQueue name="product.updates" broker="mysql"
        messageSchema="int"
        consumerInterface="Rcason\MqExample\Model\ExampleConsumer"/>
</config>

Authors, contributors and maintainers

Author: - Renato Cason, (*3)

License

Licensed under the Open Software License version 3.0, (*4)

The Versions

20/07 2018

dev-m21x_support

dev-m21x_support

Magento 2 Message Queue OS MySQL Broker Implementation

  Sources   Download

OSL-3.0

The Requires

 

20/07 2018

0.2.0

0.2.0.0

Magento 2 Message Queue OS MySQL Broker Implementation

  Sources   Download

OSL-3.0

The Requires

 

20/07 2018

dev-master

9999999-dev

Magento 2 Message Queue OS MySQL Broker Implementation

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

20/07 2018

1.1.0

1.1.0.0

Magento 2 Message Queue OS MySQL Broker Implementation

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

03/07 2018

1.0.0

1.0.0.0

Magento 2 Message Queue OS MySQL Broker Implementation

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

08/06 2017

0.1.0

0.1.0.0

Magento 2 Message Queue OS MySQL Broker Implementation

  Sources   Download

OSL-3.0

The Requires