ksassnowski/venture

Is it possible to use with the SQS driver

Closed this issue · 2 comments

riabiy commented

I assume no, yet decided to ask, since haven't found any info. I understand it uses db tables, but...IDK, asked just in case :)

Simple yes, possible/no, it's not possible to use with Amazon SQS is sufficient for me.
Thank you :)

While I haven't used SQS personally yet, I don't see why it wouldn't work. SQS would just be the actual queue you're using. The database tables that Venture uses are independent of your queue driver. Laravel still fires the same queue events no matter which queue driver you're using.

riabiy commented

@ksassnowski

Thank you for the answer! Closing the issue. Just was unsure about that and if I should persist 😁