Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework-message-queue
Test
Unit
_files
queue_topology
valid.php
Go to the documentation of this file.
1
<?php
7
return
[
8
'ex01--amqp'
=> [
9
'name'
=>
'ex01'
,
10
'type'
=>
'topic'
,
11
'connection'
=>
'amqp'
,
12
'durable'
=>
true
,
13
'autoDelete'
=>
false
,
14
'internal'
=>
false
,
15
'bindings'
=> [],
16
'arguments'
=> [],
17
],
18
'ex02--amqp'
=> [
19
'name'
=>
'ex02'
,
20
'type'
=>
'topic'
,
21
'connection'
=>
'amqp'
,
22
'durable'
=>
true
,
23
'autoDelete'
=>
false
,
24
'internal'
=>
false
,
25
'bindings'
=> [],
26
'arguments'
=> [],
27
],
28
'ex03--amqp'
=> [
29
'name'
=>
'ex03'
,
30
'type'
=>
'topic'
,
31
'connection'
=>
'amqp'
,
32
'durable'
=>
false
,
33
'autoDelete'
=>
true
,
34
'internal'
=>
true
,
35
'bindings'
=> [],
36
'arguments'
=> [
37
'arg1'
=>
'10'
,
38
],
39
],
40
'ex04--amqp'
=> [
41
'name'
=>
'ex04'
,
42
'type'
=>
'topic'
,
43
'connection'
=>
'amqp'
,
44
'durable'
=>
true
,
45
'autoDelete'
=>
false
,
46
'internal'
=>
false
,
47
'bindings'
=> [
48
'bind01'
=> [
49
'id'
=>
'bind01'
,
50
'destinationType'
=>
'queue'
,
51
'destination'
=>
'queue01'
,
52
'disabled'
=>
true
,
53
'topic'
=>
'top01'
,
54
'arguments'
=> []
55
],
56
'bind02'
=> [
57
'id'
=>
'bind02'
,
58
'destinationType'
=>
'queue'
,
59
'destination'
=>
'queue01'
,
60
'disabled'
=>
false
,
61
'topic'
=>
'top01'
,
62
'arguments'
=> [
63
'arg01'
=> 10
64
]
65
],
66
],
67
'arguments'
=> [],
68
],
69
];