You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop
Accepted Community Pull Requests:
- #24276: Update Magento_AmqpStore ReadMe (by @diazwatson)
- #24296: Resolve All shipping method (Flat Rate, Table Rate,...) has No validate number (Sort Order) issue24295 (by @edenduong)
- #24272: Resolve error when call getExchangeRates() and setExchangeRates(...) in Magento\Directory\Api\Data\ExchangeRateInterface (by @edenduong)
- #24211: added fix for the ticket #24210 (by @sudheer-gajjala)
- #24240: Resolved On cart page not able to check uploaded file of file type custom option #24239 (by @rani-webkul)
Fixed GitHub Issues:
- #24295: All shipping method (Flat Rate, Table Rate,...) has No validate number (Sort Order) (reported by @edenduong) has been fixed in #24296 by @edenduong in 2.3-develop branch
Related commits:
1. 4a3456e
- #24210: Toggle functionality for admin menu (reported by @Nagamaiah333) has been fixed in #24211 by @sudheer-gajjala in 2.3-develop branch
Related commits:
1. fc87a57
- #24239: On cart page not able to check uploaded file of file type custom option (reported by @rani-webkul) has been fixed in #24240 by @rani-webkul in 2.3-develop branch
Related commits:
1. 281a6a4
2. fff3f50
**AmqpStore** provides ability to specify store before publish messages with Amqp.
3
+
The Magento_AmqpStore module provides the ability to specify a store before publishing messages with the Advanced Message Queuing Protocol (AMQP).
4
+
5
+
## Extensibility
6
+
7
+
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).
8
+
9
+
[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.
0 commit comments