creativestyle/magesuite-back-in-stock

There is no license information available for the latest version (v1.12.7) of this package.

Back In Stock

Installs: 2 579

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 1

Type:magento2-module


README

This module depends on queue consumers being run constantly.

Queue name depends on environment configuration:

  • magesuite.consumer.db if RabbitMQ is not configured in app/etc/env.php
  • magesuite.consumer.amqp if RabbitMQ is configured in app/etc/env.php

Example of queue startup:

magesuite.consumer.db:

bin/magento queue:consumers:start magesuite.consumer.db

magesuite.consumer.amqp:

bin/magento queue:consumers:start magesuite.consumer.amqp

documentation: https://creativestyle.atlassian.net/wiki/spaces/MGSDEV/pages/2312929281/BackInStock+optional