From 056ccf5a9110a35eaa4f3c5165ce9bd38d6ceda4 Mon Sep 17 00:00:00 2001 From: Raul E Watson Date: Sun, 25 Aug 2019 06:53:04 +0100 Subject: [PATCH 1/2] Update Magento_AmqpStore ReadMe --- app/code/Magento/AmqpStore/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/AmqpStore/README.md b/app/code/Magento/AmqpStore/README.md index 0f84c8ff3276e..7ef84341f4419 100644 --- a/app/code/Magento/AmqpStore/README.md +++ b/app/code/Magento/AmqpStore/README.md @@ -1,3 +1,9 @@ -# Amqp Store +# Magento_AmqpStore module -**AmqpStore** provides ability to specify store before publish messages with Amqp. +Magento_AmqpStore provides ability to specify store before publish messages with with the Advanced Message Queuing Protocol (AMQP). + +## Extensibility + +Extension developers can interact with the Magento_AmqpStore module using plugins. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html). + +[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_AmqpStore module. From cddb68dbe902e1a795cd450b372827282ae60ec0 Mon Sep 17 00:00:00 2001 From: Raul E Watson Date: Tue, 27 Aug 2019 01:59:34 +0100 Subject: [PATCH 2/2] Add changes requested during CR --- app/code/Magento/AmqpStore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/AmqpStore/README.md b/app/code/Magento/AmqpStore/README.md index 7ef84341f4419..88459a495401f 100644 --- a/app/code/Magento/AmqpStore/README.md +++ b/app/code/Magento/AmqpStore/README.md @@ -1,6 +1,6 @@ # Magento_AmqpStore module -Magento_AmqpStore provides ability to specify store before publish messages with with the Advanced Message Queuing Protocol (AMQP). +The Magento_AmqpStore module provides the ability to specify a store before publishing messages with the Advanced Message Queuing Protocol (AMQP). ## Extensibility