dusterio / laravel-plain-sqs

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

Using standard sqs and plain-sqs side-by-side #11

Closed eComEvo closed 7 years ago

eComEvo commented 7 years ago

I have a lot of standard Laravel jobs that use various SQS queues, but there is one 3rd party formatted job I'd like to run at the same time to pull from a specific queue. Is this possible with your package?