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: README.md
+4-7
Original file line number
Diff line number
Diff line change
@@ -61,15 +61,12 @@ Here's an example of what your EnqueueBundle configuration may look like:
61
61
```yaml
62
62
enqueue:
63
63
transport:
64
-
default: 'amqp'
65
-
amqp:
66
-
host: '%rabbitmq_host%'
67
-
port: '%rabbitmq_port%'
68
-
login: '%rabbitmq_user%'
69
-
password: '%rabbitmq_password%'
70
-
vhost: '%rabbitmq_vhost%'
64
+
default: 'fs'
65
+
fs:
66
+
store_dir: %kernel.root_dir%/../var/messages
71
67
```
72
68
69
+
Sure you can configure other transports like: [rabbitmq, amqp, stomp and so on](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/bundle/config_reference.md)
73
70
Create a `fos_elastica.populate` queue on broker side, if needed.
0 commit comments