File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 3
3
You can get this info by running ` ./bin/console config:dump-reference enqueue ` command.
4
4
5
5
``` yaml
6
+ # Default configuration for extension with alias: "enqueue"
6
7
enqueue :
7
8
transport : # Required
8
9
default :
9
- alias : ~ # Required
10
- null : []
10
+ alias : ~
11
+ dsn : ~
12
+ null :
13
+ dsn : ~
11
14
stomp :
12
15
host : localhost
13
16
port : 61613
@@ -37,6 +40,9 @@ enqueue:
37
40
delay_plugin_installed : false
38
41
amqp :
39
42
43
+ # The connection to AMQP broker set as a string. Other parameters are ignored if set
44
+ dsn : ~
45
+
40
46
# The host to connect too. Note: Max 1024 characters
41
47
host : localhost
42
48
@@ -64,6 +70,9 @@ enqueue:
64
70
lazy : true
65
71
rabbitmq_amqp :
66
72
73
+ # The connection to AMQP broker set as a string. Other parameters are ignored if set
74
+ dsn : ~
75
+
67
76
# The host to connect too. Note: Max 1024 characters
68
77
host : localhost
69
78
@@ -94,8 +103,11 @@ enqueue:
94
103
delay_plugin_installed : false
95
104
fs :
96
105
106
+ # The path to a directory where to store messages given as DSN. For example file://tmp/foo
107
+ dsn : ~
108
+
97
109
# The store directory where all queue\topics files will be created and messages are stored
98
- path : ~ # Required
110
+ path : ~
99
111
100
112
# The option tells how many messages should be read from file at once. The feature save resources but could lead to bigger messages lose.
101
113
pre_fetch_count : 1
@@ -156,4 +168,4 @@ enqueue:
156
168
signal_extension : true
157
169
` ` `
158
170
159
- [back to index](../index.md)
171
+ [back to index](../index.md)
You can’t perform that action at this time.
0 commit comments