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

Can I dispatch job to sync driver for testing? #19

Open sdavara opened 6 years ago

sdavara commented 6 years ago

We can easily dispatch laravel's existing job to sync driver. If I'd like to use sync driver during testing, is that possible?