List of questions
Related questions
Question 47 - AD0-E716 discussion
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?
A.
Call the function \Magento\Framework\MessageQueue\PoisonPill\Poi5onPillPutInterface::put().
B.
Call the function \Magento\Framework\MessageQueue\Consumers\TriggerRe5tartInterface:trigger().
C.
Set the global Cache key trigger_consumer_restart t0 1.
Your answer:
0 comments
Sorted by
Leave a comment first