Skip to content

Commit 69e9a35

Browse files
committed
add a note about other transports.
1 parent bda3142 commit 69e9a35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/bundle/quick_tour.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ It adds easy to use [configuration layer](config_reference.md), register service
99
$ composer require enqueue/enqueue-bundle enqueue/amqp-ext
1010
```
1111

12+
_**Note**: You could use not only AMQP transport but other available: STOMP, Amazon SQS, Redis, Filesystem, Doctrine DBAL and others._
13+
1214
## Enable the Bundle
1315

1416
Then, enable the bundle by adding `new Enqueue\Bundle\EnqueueBundle()` to the bundles array of the registerBundles method in your project's `app/AppKernel.php` file:

0 commit comments

Comments
 (0)