File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ framework:
2
2
messenger :
3
3
transports :
4
4
# Uncomment the following line to enable a transport named "amqp"
5
- # amqp: '%env(MESSENGER_ADAPTER_DSN )%'
5
+ # amqp: '%env(MESSENGER_TRANSPORT_DSN )%'
6
6
7
7
routing :
8
8
# Route your messages to the transports
Original file line number Diff line number Diff line change 3
3
"config/" : " %CONFIG_DIR%/"
4
4
},
5
5
"env" : {
6
- "#1" : " MESSENGER_ADAPTER_DSN =amqp://guest:guest@localhost:5672/%2f/messages"
6
+ "#1" : " MESSENGER_TRANSPORT_DSN =amqp://guest:guest@localhost:5672/%2f/messages"
7
7
},
8
8
"aliases" : [" messenger" ]
9
9
}
Original file line number Diff line number Diff line change 10
10
AMQP transport by:
11
11
12
12
1. Installing the AMQP pack by running <info>composer require amqp</>;
13
- 2. Uncommenting the <comment>MESSENGER_ADAPTER_DSN </> env var
13
+ 2. Uncommenting the <comment>MESSENGER_TRANSPORT_DSN </> env var
14
14
and <comment>framework.messanger.transports.amqp</> config;
15
15
3. Routing your messages to the amqp sender.
16
16
You can’t perform that action at this time.
0 commit comments