File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
MediaContentSynchronization/etc
MediaGalleryRenditions/etc
MediaGallerySynchronization/etc
dev/tests/integration/etc Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 66 */
77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
9- <exchange name =" magento" type = " topic " >
9+ <exchange name =" magento" >
1010 <binding id =" updateBinding" topic =" product_action_attribute.update" destination =" product_action_attribute.update" />
1111 <binding id =" updateBindingWebsite" topic =" product_action_attribute.website.update" destination =" product_action_attribute.website.update" />
1212 </exchange >
Original file line number Diff line number Diff line change 66 */
77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
9- <exchange name =" magento" type = " topic " >
9+ <exchange name =" magento" >
1010 <binding id =" exportBinding" topic =" import_export.export" destination =" export" />
1111 </exchange >
1212</config >
Original file line number Diff line number Diff line change 77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
10- <exchange name =" magento" type = " topic " >
10+ <exchange name =" magento" >
1111 <binding id =" MediaContentSynchronization" topic =" media.content.synchronization" destination =" media.content.synchronization" />
1212 </exchange >
1313</config >
Original file line number Diff line number Diff line change 77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
10- <exchange name =" magento" type = " topic " >
10+ <exchange name =" magento" >
1111 <binding id =" MediaGalleryRenditions" topic =" media.gallery.renditions.update" destination =" media.gallery.renditions.update" />
1212 </exchange >
1313</config >
Original file line number Diff line number Diff line change 77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
10- <exchange name =" magento" type = " topic " >
10+ <exchange name =" magento" >
1111 <binding id =" MediaGallerySynchronization" topic =" media.gallery.synchronization" destination =" media.gallery.synchronization" />
1212 </exchange >
1313</config >
Original file line number Diff line number Diff line change 66 */
77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
9- <exchange name =" magento" type = " topic " >
9+ <exchange name =" magento" >
1010 <binding id =" imageResizeBinding" topic =" media.storage.catalog.image.resize" destination =" media.storage.catalog.image.resize" />
1111 </exchange >
1212</config >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class ConfigOptionsList implements ConfigOptionsListInterface
2323 * Input key for the option
2424 */
2525 public const INPUT_KEY_QUEUE_CONSUMERS_WAIT_FOR_MESSAGES ='consumers-wait-for-messages ' ;
26- public const INPUT_KEY_QUEUE_DEFAULT_CONNECTION ='default-connection ' ;
26+ public const INPUT_KEY_QUEUE_DEFAULT_CONNECTION ='queue- default-connection ' ;
2727
2828 /**
2929 * Path to the values in the deployment config
Original file line number Diff line number Diff line change 66 */
77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
9- <exchange name =" magento" type = " topic " >
9+ <exchange name =" magento" >
1010 <binding id =" codegeneratorBinding" topic =" sales_rule.codegenerator" destination =" codegenerator" />
1111 <binding id =" couponUsageBinding" topic =" sales.rule.update.coupon.usage" destination =" sales.rule.update.coupon.usage" />
1212 </exchange >
Original file line number Diff line number Diff line change 66 */
77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
9- <exchange name =" magento" type = " topic " connection =" amqp" >
9+ <exchange name =" magento" connection =" amqp" >
1010 <binding id =" async.operations.all" topic =" async.#" destination =" async.operations.all" />
1111 </exchange >
1212</config >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ return [
1313 '--remote-storage-driver' => 'aws-s3',
1414 '--remote-storage-bucket' => 'myBucket',
1515 '--remote-storage-region' => 'us-east-1',
16- '--default-connection' => 'db'
16+ '--queue- default-connection' => 'db'
1717 ]
1818 ]
1919 */
You can’t perform that action at this time.
0 commit comments