Created
October 4, 2018 01:08
-
-
Save ahmed-bhs/11203e8b7b58037e41639f2cabef9be6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .env | |
ENQUEUE_DSN=sqs:?secret=[AWSSecretKey]&key=[AWSAccessKey]region=[region] | |
# messenger.yml | |
framework: | |
messenger: | |
transports: | |
sqs: enqueue://default?&topic[name]=test&queue[name]=test | |
routing: | |
'App\Message\SendNotification': sqs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment