Skip to content

Commit f97c796

Browse files
committed
Merge remote-tracking branch 'origin/master' into 0.8
2 parents 5b632ef + bf31f1a commit f97c796

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Gitter](https://badges.gitter.im/php-enqueue/Lobby.svg)](https://gitter.im/php-enqueue/Lobby)
44
[![Build Status](https://travis-ci.org/php-enqueue/enqueue-dev.png?branch=master)](https://travis-ci.org/php-enqueue/enqueue-dev)
5+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
56

67
This is where all development happens. The repository provides a friendly environment for productive development and testing of all enqueue related packages.
78

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

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Here's an example of what your EnqueueBundle configuration may look like:
6868
enqueue:
6969
transport:
7070
default: 'file://%kernel.root_dir%/../var/messages'
71+
   client: ~
7172
```
7273
7374
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)