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
Copy file name to clipboardExpand all lines: docs/bundle/config_reference.md
+36-38
Original file line number
Diff line number
Diff line change
@@ -14,44 +14,42 @@ You can get this info by running `./bin/console config:dump-reference enqueue` c
14
14
```yaml
15
15
# Default configuration for extension with alias: "enqueue"
16
16
enqueue:
17
-
18
-
# The transport option could accept a string DSN, an array with DSN key, or null. It accept extra options. To find out what option you can set, look at connection factory constructor docblock.
19
-
transport:
20
-
21
-
# The broker DSN. These schemes are supported: "file", "amqp", "amqps", "db2", "ibm-db2", "mssql", "sqlsrv", "mysql", "mysql2", "pgsql", "postgres", "sqlite", "sqlite3", "null", "gearman", "beanstalk", "kafka", "rdkafka", "redis", "stomp", "sqs", "gps", "mongodb", to use these "file", "amqp", "amqps", "db2", "ibm-db2", "mssql", "sqlsrv", "mysql", "mysql2", "pgsql", "postgres", "sqlite", "sqlite3", "null", "gearman", "beanstalk", "kafka", "rdkafka", "redis", "stomp", "sqs", "gps", "mongodb" you have to install a package.
22
-
dsn: ~ # Required
23
-
24
-
# The connection factory class should implement "Interop\Queue\ConnectionFactory" interface
25
-
connection_factory_class: ~
26
-
27
-
# The factory class should implement "Enqueue\ConnectionFactoryFactoryInterface" interface
28
-
factory_service: ~
29
-
30
-
# The factory service should be a class that implements "Enqueue\ConnectionFactoryFactoryInterface" interface
31
-
factory_class: ~
32
-
client:
33
-
traceable_producer: true
34
-
prefix: enqueue
35
-
app_name: app
36
-
router_topic: default
37
-
router_queue: default
38
-
router_processor: Enqueue\Client\RouterProcessor
39
-
default_processor_queue: default
40
-
redelivered_delay_time: 0
41
-
consumption:
42
-
43
-
# the time in milliseconds queue consumer waits for a message (100 ms by default)
44
-
receive_timeout: 100
45
-
job: false
46
-
async_events:
47
-
enabled: false
48
-
async_commands:
49
-
enabled: false
50
-
extensions:
51
-
doctrine_ping_connection_extension: false
52
-
doctrine_clear_identity_map_extension: false
53
-
signal_extension: true
54
-
reply_extension: true
17
+
# Configuration name
18
+
default:
19
+
# The transport option could accept a string DSN, an array with DSN key, or null. It accept extra options. To find out what option you can set, look at connection factory constructor docblock.
20
+
transport:
21
+
22
+
# The broker DSN. These schemes are supported: "file", "amqp", "amqps", "db2", "ibm-db2", "mssql", "sqlsrv", "mysql", "mysql2", "pgsql", "postgres", "sqlite", "sqlite3", "null", "gearman", "beanstalk", "kafka", "rdkafka", "redis", "stomp", "sqs", "gps", "mongodb", to use these "file", "amqp", "amqps", "db2", "ibm-db2", "mssql", "sqlsrv", "mysql", "mysql2", "pgsql", "postgres", "sqlite", "sqlite3", "null", "gearman", "beanstalk", "kafka", "rdkafka", "redis", "stomp", "sqs", "gps", "mongodb" you have to install a package.
23
+
dsn: ~ # Required
24
+
25
+
# The connection factory class should implement "Interop\Queue\ConnectionFactory" interface
26
+
connection_factory_class: ~
27
+
28
+
# The factory class should implement "Enqueue\ConnectionFactoryFactoryInterface" interface
29
+
factory_service: ~
30
+
31
+
# The factory service should be a class that implements "Enqueue\ConnectionFactoryFactoryInterface" interface
32
+
factory_class: ~
33
+
client:
34
+
traceable_producer: true
35
+
prefix: enqueue
36
+
app_name: app
37
+
router_topic: default
38
+
router_queue: default
39
+
router_processor: Enqueue\Client\RouterProcessor
40
+
default_processor_queue: default
41
+
redelivered_delay_time: 0
42
+
consumption:
43
+
44
+
# the time in milliseconds queue consumer waits for a message (100 ms by default)
0 commit comments