12 ->load(
'topic.updated.use.just.in.tests',
'topic_name');
19 ->load(
'queue4',
Magento\MysqlMq\Model\Queue::KEY_NAME)
28 foreach (
$plan as $instruction) {
31 $messageStatus->setQueueId($instruction[1])
32 ->setMessageId($instruction[0])
33 ->setUpdatedAt($instruction[2])
34 ->setStatus($instruction[3])
const MESSAGE_STATUS_COMPLETE
static getObjectManager()