Skip to content

Commit 575539a

Browse files
authored
Enable sync transport in messenger configuration (#1464)
Very little downside to enabling by default, as it's (almost) the same as not sending something through a transport at all.
1 parent f7f22c6 commit 575539a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/messenger/6.0/config/packages/messenger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ framework:
77
# https://symfony.com/doc/current/messenger.html#transport-configuration
88
# async: '%env(MESSENGER_TRANSPORT_DSN)%'
99
# failed: 'doctrine://default?queue_name=failed'
10-
# sync: 'sync://'
10+
sync: 'sync://'
1111

1212
routing:
1313
# Route your messages to the transports

0 commit comments

Comments
 (0)