Skip to content

Commit 7465036

Browse files
committed
Merge remote-tracking branch 'origin/MC-5588-mysqlmq' into MC-5588-mysqlmq
2 parents a4458ed + 4164517 commit 7465036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/_files/Magento/TestModuleMysqlMq/etc/communication.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd">
99
<topic name="demo.exception" request="Magento\TestModuleMysqlMq\Model\DataObject"/>
10-
<topic name="test.schema.defined.by.method" schema="Magento\TestModuleMysqlMq\Model\DataObjectRepository::delayedOperation"/>
10+
<topic name="test.schema.defined.by.method" schema="Magento\TestModuleMysqlMq\Model\DataObjectRepository::delayedOperation" is_synchronous="false"/>
1111
<topic name="demo.object.created" request="Magento\TestModuleMysqlMq\Model\DataObject"/>
1212
<topic name="demo.object.updated" request="Magento\TestModuleMysqlMq\Model\DataObject"/>
1313
<topic name="demo.object.custom.created" request="Magento\TestModuleMysqlMq\Model\DataObject"/>

0 commit comments

Comments
 (0)