dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

queue is specified in config, how do the handlers function? #34

Open chartman19 opened 5 years ago

chartman19 commented 5 years ago

There is a queue specified in the queue.php config file, so how then does the handlers array work in sqs-plain.php? I assumed I could have a different class/handler for each specific queue.