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
Example implementation of basic Message Queue in Magento 2 module
Contains configuration for db and ampq connections. Has 3 example scenarious: publish message from Event Observer, from your controller, and split data import from CLI command class.