Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

SQS Pro Tip #514

Open hotmeteor opened 9 years ago

hotmeteor commented 9 years ago

Just a heads up if you're using SQS with Confide.

You'll need to set the email_queue config var to the SQS queue endpoint URL you're using. Otherwise your listeners won't be listening to the correct pipe.

This may be obvious, but took me some time to clear up and I wanted to help the next person.