File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
MediaContentSynchronization/etc
MediaGalleryRenditions/etc
MediaGallerySynchronization/etc Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/queue.xsd" >
9
+ <broker topic =" media.content.synchronization" exchange =" magento-db" type =" db" >
10
+ <queue name =" media.content.synchronization" consumer =" media.content.synchronization" consumerInstance =" Magento\Framework\MessageQueue\Consumer" handler =" Magento\MediaContentSynchronization\Model\Consume::execute" />
11
+ </broker >
12
+ </config >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/queue.xsd" >
9
+ <broker topic =" media.gallery.renditions.update" exchange =" magento-db" type =" db" >
10
+ <queue name =" media.gallery.renditions.update" consumer =" media.gallery.renditions.update" consumerInstance =" Magento\Framework\MessageQueue\Consumer" handler =" Magento\MediaGalleryRenditions\Model\Queue\UpdateRenditions::execute" />
11
+ </broker >
12
+ </config >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/queue.xsd" >
9
+ <broker topic =" media.gallery.synchronization" exchange =" magento-db" type =" db" >
10
+ <queue name =" media.gallery.synchronization" consumer =" media.gallery.synchronization" consumerInstance =" Magento\Framework\MessageQueue\Consumer" handler =" Magento\MediaGallerySynchronization\Model\Consume::execute" />
11
+ </broker >
12
+ </config >
You can’t perform that action at this time.
0 commit comments