Q: 9
A message queue currently has queue/consumer-wait-for-messages set to true, which allows the
consumer process to run until a message is inserted into the queue. A piece of functionality is driven
by data stored in the model
\Magento\variable\Model\variable and this value is only loaded once during the consumer run. If
the variable is updated we want the consumer to restart so that the new value is loaded into
memory without having to reload the variable on each message consumed.
The Adobe Commerce developer has created an after plugin on the
\Magento\Variable\Model\variable:: save() function.
How would the developer use the plugin to trigger the consumer restart?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.