Skip to content

Commit c4abec3

Browse files
authored
Missing client configuration in the documentation
If `client: ~` is not added you will get an error `The service "fos_elastica.provider.app.channel" has a dependency on a non-existent service "enqueue.client.producer".` because the client services are not loaded until you add `client: ~`
1 parent a3b7c51 commit c4abec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/elastica-bundle/populate-command-optimization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Here's an example of what your EnqueueBundle configuration may look like:
6262
enqueue:
6363
transport:
6464
default: 'file://%kernel.root_dir%/../var/messages'
65+
   client: ~
6566
```
6667
6768
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)

0 commit comments

Comments
 (0)