You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The option tells whether RabbitMQ broker has delay plugin installed or not
40
40
delay_plugin_installed: false
41
-
amqp:
41
+
amqp_ext:
42
42
43
-
# The connection to AMQP broker set as a string. Other parameters are ignored if set
43
+
# The connection to AMQP broker set as a string. Other parameters could be used as defaults
44
44
dsn: ~
45
45
46
46
# The host to connect too. Note: Max 1024 characters
47
-
host: localhost
47
+
host: ~
48
48
49
49
# Port on the host.
50
-
port: 5672
50
+
port: ~
51
51
52
52
# The user name to use. Note: Max 128 characters.
53
-
user: guest
53
+
user: ~
54
54
55
55
# Password. Note: Max 128 characters.
56
-
pass: guest
56
+
pass: ~
57
57
58
58
# The virtual host on the host. Note: Max 128 characters.
59
-
vhost: /
59
+
vhost: ~
60
60
61
61
# Connection timeout. Note: 0 or greater seconds. May be fractional.
62
-
connect_timeout: ~
62
+
connection_timeout:~
63
63
64
64
# Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
65
65
read_timeout: ~
66
66
67
67
# Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
68
68
write_timeout: ~
69
-
persisted: false
70
-
lazy: true
69
+
70
+
# How often to send heartbeat. 0 means off.
71
+
heartbeat: ~
72
+
persisted: ~
73
+
lazy: ~
71
74
72
75
# The receive strategy to be used. We suggest to use basic_consume as it is more performant. Though you need AMQP extension 1.9.1 or higher
73
-
receive_method: basic_get # One of "basic_get"; "basic_consume"
74
-
rabbitmq_amqp:
76
+
receive_method: ~ # One of "basic_get"; "basic_consume"
77
+
78
+
# The server will send a message in advance if it is equal to or smaller in size than the available prefetch size. May be set to zero, meaning "no specific limit"
79
+
qos_prefetch_size: ~
80
+
81
+
# Specifies a prefetch window in terms of whole messages
82
+
qos_prefetch_count: ~
83
+
84
+
# If "false" the QoS settings apply to the current channel only. If this field is "true", they are applied to the entire connection.
85
+
qos_global: ~
86
+
87
+
# The options that are specific to the amqp transport you chose. For example amqp+lib have insist, keepalive, stream options. amqp+bunny has tcp_nodelay extra option.
88
+
driver_options: ~
89
+
rabbitmq_amqp_ext:
75
90
76
-
# The connection to AMQP broker set as a string. Other parameters are ignored if set
91
+
# The connection to AMQP broker set as a string. Other parameters could be used as defaults
77
92
dsn: ~
78
93
79
94
# The host to connect too. Note: Max 1024 characters
80
-
host: localhost
95
+
host: ~
81
96
82
97
# Port on the host.
83
-
port: 5672
98
+
port: ~
84
99
85
100
# The user name to use. Note: Max 128 characters.
86
-
user: guest
101
+
user: ~
87
102
88
103
# Password. Note: Max 128 characters.
89
-
pass: guest
104
+
pass: ~
90
105
91
106
# The virtual host on the host. Note: Max 128 characters.
92
-
vhost: /
107
+
vhost: ~
93
108
94
109
# Connection timeout. Note: 0 or greater seconds. May be fractional.
95
-
connect_timeout: ~
110
+
connection_timeout:~
96
111
97
112
# Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
98
113
read_timeout: ~
99
114
100
115
# Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
101
116
write_timeout: ~
102
-
persisted: false
103
-
lazy: true
117
+
118
+
# How often to send heartbeat. 0 means off.
119
+
heartbeat: ~
120
+
persisted: ~
121
+
lazy: ~
104
122
105
123
# The receive strategy to be used. We suggest to use basic_consume as it is more performant. Though you need AMQP extension 1.9.1 or higher
106
-
receive_method: basic_get # One of "basic_get"; "basic_consume"
124
+
receive_method: ~ # One of "basic_get"; "basic_consume"
125
+
126
+
# The server will send a message in advance if it is equal to or smaller in size than the available prefetch size. May be set to zero, meaning "no specific limit"
127
+
qos_prefetch_size: ~
128
+
129
+
# Specifies a prefetch window in terms of whole messages
130
+
qos_prefetch_count: ~
131
+
132
+
# If "false" the QoS settings apply to the current channel only. If this field is "true", they are applied to the entire connection.
133
+
qos_global: ~
134
+
135
+
# The options that are specific to the amqp transport you chose. For example amqp+lib have insist, keepalive, stream options. amqp+bunny has tcp_nodelay extra option.
136
+
driver_options: ~
107
137
108
138
# The delay strategy to be used. Possible values are "dlx", "delayed_message_plugin" or service id
109
139
delay_strategy: dlx
110
140
amqp_lib:
111
141
112
-
# The connection to AMQP broker set as a string. Other parameters are ignored if set
142
+
# The connection to AMQP broker set as a string. Other parameters could be used as defaults
113
143
dsn: ~
114
144
115
145
# The host to connect too. Note: Max 1024 characters
116
-
host: localhost
146
+
host: ~
117
147
118
148
# Port on the host.
119
-
port: 5672
149
+
port: ~
120
150
121
151
# The user name to use. Note: Max 128 characters.
122
-
user: guest
152
+
user: ~
123
153
124
154
# Password. Note: Max 128 characters.
125
-
pass: guest
155
+
pass: ~
126
156
127
157
# The virtual host on the host. Note: Max 128 characters.
128
-
vhost: /
158
+
vhost: ~
129
159
130
160
# Connection timeout. Note: 0 or greater seconds. May be fractional.
131
-
connection_timeout: !!float 3
132
-
read_write_timeout: !!float 3
161
+
connection_timeout: ~
133
162
134
163
# Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
135
-
read_timeout: 3
164
+
read_timeout: ~
136
165
137
166
# Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
138
-
write_timeout: 3
139
-
lazy: true
140
-
stream: true
141
-
insist: false
142
-
keepalive: false
167
+
write_timeout: ~
168
+
169
+
# How often to send heartbeat. 0 means off.
170
+
heartbeat: ~
171
+
persisted: ~
172
+
lazy: ~
143
173
144
174
# The receive strategy to be used. We suggest to use basic_consume as it is more performant. Though you need AMQP extension 1.9.1 or higher
145
-
receive_method: basic_get # One of "basic_get"; "basic_consume"
146
-
heartbeat: 0
175
+
receive_method: ~ # One of "basic_get"; "basic_consume"
176
+
177
+
# The server will send a message in advance if it is equal to or smaller in size than the available prefetch size. May be set to zero, meaning "no specific limit"
178
+
qos_prefetch_size: ~
179
+
180
+
# Specifies a prefetch window in terms of whole messages
181
+
qos_prefetch_count: ~
182
+
183
+
# If "false" the QoS settings apply to the current channel only. If this field is "true", they are applied to the entire connection.
184
+
qos_global: ~
185
+
186
+
# The options that are specific to the amqp transport you chose. For example amqp+lib have insist, keepalive, stream options. amqp+bunny has tcp_nodelay extra option.
187
+
driver_options: ~
147
188
rabbitmq_amqp_lib:
148
189
149
-
# The connection to AMQP broker set as a string. Other parameters are ignored if set
190
+
# The connection to AMQP broker set as a string. Other parameters could be used as defaults
150
191
dsn: ~
151
192
152
193
# The host to connect too. Note: Max 1024 characters
153
-
host: localhost
194
+
host: ~
154
195
155
196
# Port on the host.
156
-
port: 5672
197
+
port: ~
157
198
158
199
# The user name to use. Note: Max 128 characters.
159
-
user: guest
200
+
user: ~
160
201
161
202
# Password. Note: Max 128 characters.
162
-
pass: guest
203
+
pass: ~
163
204
164
205
# The virtual host on the host. Note: Max 128 characters.
165
-
vhost: /
206
+
vhost: ~
166
207
167
208
# Connection timeout. Note: 0 or greater seconds. May be fractional.
168
-
connection_timeout: !!float 3
169
-
read_write_timeout: !!float 3
209
+
connection_timeout: ~
170
210
171
211
# Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
172
-
read_timeout: 3
212
+
read_timeout: ~
173
213
174
214
# Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
175
-
write_timeout: 3
176
-
lazy: true
177
-
stream: true
178
-
insist: false
179
-
keepalive: false
215
+
write_timeout: ~
216
+
217
+
# How often to send heartbeat. 0 means off.
218
+
heartbeat: ~
219
+
persisted: ~
220
+
lazy: ~
180
221
181
222
# The receive strategy to be used. We suggest to use basic_consume as it is more performant. Though you need AMQP extension 1.9.1 or higher
182
-
receive_method: basic_get # One of "basic_get"; "basic_consume"
183
-
heartbeat: 0
223
+
receive_method: ~ # One of "basic_get"; "basic_consume"
224
+
225
+
# The server will send a message in advance if it is equal to or smaller in size than the available prefetch size. May be set to zero, meaning "no specific limit"
226
+
qos_prefetch_size: ~
227
+
228
+
# Specifies a prefetch window in terms of whole messages
229
+
qos_prefetch_count: ~
230
+
231
+
# If "false" the QoS settings apply to the current channel only. If this field is "true", they are applied to the entire connection.
232
+
qos_global: ~
233
+
234
+
# The options that are specific to the amqp transport you chose. For example amqp+lib have insist, keepalive, stream options. amqp+bunny has tcp_nodelay extra option.
235
+
driver_options: ~
184
236
185
237
# The delay strategy to be used. Possible values are "dlx", "delayed_message_plugin" or service id
186
238
delay_strategy: dlx
@@ -197,6 +249,9 @@ enqueue:
197
249
198
250
# The queue files are created with this given permissions if not exist.
199
251
chmod: 384
252
+
253
+
# How often query for new messages.
254
+
polling_interval: 100
200
255
redis:
201
256
202
257
# can be a host, or the path to a unix domain socket
@@ -240,52 +295,100 @@ enqueue:
240
295
lazy: true
241
296
amqp_bunny:
242
297
243
-
# The connection to AMQP broker set as a string. Other parameters are ignored if set
298
+
# The connection to AMQP broker set as a string. Other parameters could be used as defaults
244
299
dsn: ~
245
300
246
301
# The host to connect too. Note: Max 1024 characters
247
-
host: localhost
302
+
host: ~
248
303
249
304
# Port on the host.
250
-
port: 5672
305
+
port: ~
251
306
252
307
# The user name to use. Note: Max 128 characters.
253
-
user: guest
308
+
user: ~
254
309
255
310
# Password. Note: Max 128 characters.
256
-
pass: guest
311
+
pass: ~
257
312
258
313
# The virtual host on the host. Note: Max 128 characters.
259
-
vhost: /
260
-
lazy: true
314
+
vhost: ~
315
+
316
+
# Connection timeout. Note: 0 or greater seconds. May be fractional.
317
+
connection_timeout: ~
318
+
319
+
# Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
320
+
read_timeout: ~
321
+
322
+
# Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
323
+
write_timeout: ~
324
+
325
+
# How often to send heartbeat. 0 means off.
326
+
heartbeat: ~
327
+
persisted: ~
328
+
lazy: ~
261
329
262
330
# The receive strategy to be used. We suggest to use basic_consume as it is more performant. Though you need AMQP extension 1.9.1 or higher
263
-
receive_method: basic_get # One of "basic_get"; "basic_consume"
264
-
heartbeat: 0
331
+
receive_method: ~ # One of "basic_get"; "basic_consume"
332
+
333
+
# The server will send a message in advance if it is equal to or smaller in size than the available prefetch size. May be set to zero, meaning "no specific limit"
334
+
qos_prefetch_size: ~
335
+
336
+
# Specifies a prefetch window in terms of whole messages
337
+
qos_prefetch_count: ~
338
+
339
+
# If "false" the QoS settings apply to the current channel only. If this field is "true", they are applied to the entire connection.
340
+
qos_global: ~
341
+
342
+
# The options that are specific to the amqp transport you chose. For example amqp+lib have insist, keepalive, stream options. amqp+bunny has tcp_nodelay extra option.
343
+
driver_options: ~
265
344
rabbitmq_amqp_bunny:
266
345
267
-
# The connection to AMQP broker set as a string. Other parameters are ignored if set
346
+
# The connection to AMQP broker set as a string. Other parameters could be used as defaults
268
347
dsn: ~
269
348
270
349
# The host to connect too. Note: Max 1024 characters
271
-
host: localhost
350
+
host: ~
272
351
273
352
# Port on the host.
274
-
port: 5672
353
+
port: ~
275
354
276
355
# The user name to use. Note: Max 128 characters.
277
-
user: guest
356
+
user: ~
278
357
279
358
# Password. Note: Max 128 characters.
280
-
pass: guest
359
+
pass: ~
281
360
282
361
# The virtual host on the host. Note: Max 128 characters.
283
-
vhost: /
284
-
lazy: true
362
+
vhost: ~
363
+
364
+
# Connection timeout. Note: 0 or greater seconds. May be fractional.
365
+
connection_timeout: ~
366
+
367
+
# Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
368
+
read_timeout: ~
369
+
370
+
# Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
371
+
write_timeout: ~
372
+
373
+
# How often to send heartbeat. 0 means off.
374
+
heartbeat: ~
375
+
persisted: ~
376
+
lazy: ~
285
377
286
378
# The receive strategy to be used. We suggest to use basic_consume as it is more performant. Though you need AMQP extension 1.9.1 or higher
287
-
receive_method: basic_get # One of "basic_get"; "basic_consume"
288
-
heartbeat: 0
379
+
receive_method: ~ # One of "basic_get"; "basic_consume"
380
+
381
+
# The server will send a message in advance if it is equal to or smaller in size than the available prefetch size. May be set to zero, meaning "no specific limit"
382
+
qos_prefetch_size: ~
383
+
384
+
# Specifies a prefetch window in terms of whole messages
385
+
qos_prefetch_count: ~
386
+
387
+
# If "false" the QoS settings apply to the current channel only. If this field is "true", they are applied to the entire connection.
388
+
qos_global: ~
389
+
390
+
# The options that are specific to the amqp transport you chose. For example amqp+lib have insist, keepalive, stream options. amqp+bunny has tcp_nodelay extra option.
391
+
driver_options: ~
289
392
290
393
# The delay strategy to be used. Possible values are "dlx", "delayed_message_plugin" or service id
0 commit comments