Shopware 6: enqueue table

In Shopware 6, the enqueue table stores messages that are processed asynchronously.

Background

In Shopware 6, the enqueue table stores messages that are processed asynchronously. However, if messages accumulate here, it may mean that there is a problem with the processing.

Solution

Shopware 6 provides several ways to process the messages. In the delivery state, the processing takes place regularly via the so-called Admin Worker. However, we do not recommend this and recommend that you use a message consumer instead. How this is installed, we have described here in detail .

  • Therefore, please check first if the Message Consumer is correctly activated and the Admin Worker is deactivated.
  • If the messages still accumulate, it is possible to increase the number of message consumers. To do this, it is particularly useful to use Supervisor.
  • It is also possible to move the message queue to RabbitMQ for more efficient processing than using the standard MySQL queue.

Related links

For more technical details we recommend the following article: https://developer.shopware.com/docs/guides/hosting/infrastructure/message-queue

Do you need assistance?

favicon
maxcluster GmbH
24 / 7 Customer support
Telephone:
+49 5251 414130
E-Mail:
support@maxcluster.de
logo

Do you need assistance?

maxcluster GmbH
24 / 7 Customer support
Telephone:
+49 5251 414130
E-Mail:
support@maxcluster.de
image
image