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

Call to undefined method createJobsUsing #7

Closed igorparrabastias closed 7 years ago

igorparrabastias commented 7 years ago

When I run

artisan queue:listen

I have:

PHP Fatal error: Call to undefined method Dusterio\PlainSqs\Sqs\Queue::createJobsUsing() in vendor/dusterio/laravel-plain-sqs/src/Sqs/Connector.php on line 30


This method createJobsUsing was removed after a refactorizarion: https://github.com/laravel/framework/commit/8952983cab6b45363e3e9d7484dc899a3288186c#diff-6259ad5540e1bc11f8d7a47e3439f8ccL132

Any suggestion? Thanks.-

dusterio commented 7 years ago

Hmm, so it's a 5.3 issue? I will fix this shortly then

igorparrabastias commented 7 years ago

Yes, In 5.2.1 (lumen) works well.

dusterio commented 7 years ago

Can you try now please? I tested both in 5.2 and 5.3 and it works for me

igorparrabastias commented 7 years ago

Yes, it works now. Thanks.-