Add the AMQP pack

This commit is contained in:
Samuel ROZE
2018-05-09 19:44:31 +01:00
parent dfda2d4134
commit 58ae22c977
3 changed files with 5 additions and 2 deletions
@@ -0,0 +1,3 @@
{
"aliases": ["amqp"]
}
+1 -1
View File
@@ -5,5 +5,5 @@
"env": {
"#MESSENGER_ADAPTER_DSN": "amqp://guest:guest@localhost:5672/%2f/messages"
},
"aliases": ["messenger", "amqp"]
"aliases": ["messenger"]
}
+1 -1
View File
@@ -9,7 +9,7 @@
* If you need to send messages to your broker, you can benefit from the built-in
amqp transport by:
1. Installing the <info>symfony/serializer-pack</>
1. Install the AMQP pack by running <info>composer require amqp</>
2. Uncommenting the <comment> MESSENGER_ADAPTER_DSN</> env var
and `framework.messanger.transports.amqp` config
3. Routing your messages to the amqp sender.