Skip to content

Commit 58ae22c

Browse files
committed
Add the AMQP pack
1 parent dfda2d4 commit 58ae22c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"aliases": ["amqp"]
3+
}

symfony/messenger/4.1/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"env": {
66
"#MESSENGER_ADAPTER_DSN": "amqp://guest:guest@localhost:5672/%2f/messages"
77
},
8-
"aliases": ["messenger", "amqp"]
8+
"aliases": ["messenger"]
99
}

symfony/messenger/4.1/post-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* If you need to send messages to your broker, you can benefit from the built-in
1010
amqp transport by:
1111

12-
1. Installing the <info>symfony/serializer-pack</>
12+
1. Install the AMQP pack by running <info>composer require amqp</>
1313
2. Uncommenting the <comment> MESSENGER_ADAPTER_DSN</> env var
1414
and `framework.messanger.transports.amqp` config
1515
3. Routing your messages to the amqp sender.

0 commit comments

Comments
 (0)