File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
or typehinting <info>Symfony\Component\Messenger\MessageBusInterface</info> in your code.
8
8
9
9
* If you need to send messages to your broker, you can benefit from the built-in
10
- amqp transport by:
10
+ AMQP transport by:
11
11
12
- 1. Installing the AMQP pack by running <info>composer require amqp</>
13
- 2. Uncommenting the <comment> MESSENGER_ADAPTER_DSN</> env var
14
- and ` framework.messanger.transports.amqp` config
12
+ 1. Installing the AMQP pack by running <info>composer require amqp</>;
13
+ 2. Uncommenting the <comment>MESSENGER_ADAPTER_DSN</> env var
14
+ and <comment> framework.messanger.transports.amqp</> config;
15
15
3. Routing your messages to the amqp sender.
16
16
17
17
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/messenger.html</>
You can’t perform that action at this time.
0 commit comments