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 6
6
*/
7
7
-->
8
8
<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" >
10
10
<binding id =" updateBinding" topic =" product_action_attribute.update" destination =" product_action_attribute.update" />
11
11
<binding id =" updateBindingWebsite" topic =" product_action_attribute.website.update" destination =" product_action_attribute.website.update" />
12
12
</exchange >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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" >
10
10
<binding id =" exportBinding" topic =" import_export.export" destination =" export" />
11
11
</exchange >
12
12
</config >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
10
- <exchange name =" magento" type = " topic " >
10
+ <exchange name =" magento" >
11
11
<binding id =" MediaContentSynchronization" topic =" media.content.synchronization" destination =" media.content.synchronization" />
12
12
</exchange >
13
13
</config >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
10
- <exchange name =" magento" type = " topic " >
10
+ <exchange name =" magento" >
11
11
<binding id =" MediaGalleryRenditions" topic =" media.gallery.renditions.update" destination =" media.gallery.renditions.update" />
12
12
</exchange >
13
13
</config >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework-message-queue:etc/topology.xsd" >
10
- <exchange name =" magento" type = " topic " >
10
+ <exchange name =" magento" >
11
11
<binding id =" MediaGallerySynchronization" topic =" media.gallery.synchronization" destination =" media.gallery.synchronization" />
12
12
</exchange >
13
13
</config >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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" >
10
10
<binding id =" imageResizeBinding" topic =" media.storage.catalog.image.resize" destination =" media.storage.catalog.image.resize" />
11
11
</exchange >
12
12
</config >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class ConfigOptionsList implements ConfigOptionsListInterface
23
23
* Input key for the option
24
24
*/
25
25
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 ' ;
27
27
28
28
/**
29
29
* Path to the values in the deployment config
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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" >
10
10
<binding id =" codegeneratorBinding" topic =" sales_rule.codegenerator" destination =" codegenerator" />
11
11
<binding id =" couponUsageBinding" topic =" sales.rule.update.coupon.usage" destination =" sales.rule.update.coupon.usage" />
12
12
</exchange >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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" >
10
10
<binding id =" async.operations.all" topic =" async.#" destination =" async.operations.all" />
11
11
</exchange >
12
12
</config >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ return [
13
13
'--remote-storage-driver' => 'aws-s3',
14
14
'--remote-storage-bucket' => 'myBucket',
15
15
'--remote-storage-region' => 'us-east-1',
16
- '--default-connection' => 'db'
16
+ '--queue- default-connection' => 'db'
17
17
]
18
18
]
19
19
*/
You can’t perform that action at this time.
0 commit comments