We have created a custom consumer queue. As we have seen, we need to publish the message queue. On publishing a message queue, Magento 2 stores the message queue in the database table queue_message, and […]
Category: Consumer Queue
Magento 2: How to Publish a Message Queue
- Sameer Bhayani
- September 9, 2023
We have created a custom message queue or consumer queue. Creating a custom consumer queue will only work if we push that message to the queue. Pushing the message into a queue is known as publishing […]
Magento 2: How to Create a Message Queue
- Sameer Bhayani
- September 9, 2023
The consumer queue is also known as a message queue. We will create a message queue in this post. Before proceeding, let’s understand what the message queue is. A message queue, or consumer queue, provides […]