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
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)
68
-
Create a `fos_elastica_populate` queue on broker side, if needed.
69
-
70
-
## Usage
71
-
72
-
The bundle once registered automatically replaces Doctrine ORM provider by async one.
73
-
So you have to run as usual
74
-
75
-
```bash
76
-
$ ./bin/console fos:elastica:populate
77
-
```
78
-
79
-
If you want to disable this behavior you can un register the bundle or use env var
0 commit comments