Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for SQS #1

Open
josegonzalez opened this issue Dec 9, 2013 · 5 comments
Open

add support for SQS #1

josegonzalez opened this issue Dec 9, 2013 · 5 comments

Comments

@josegonzalez
Copy link
Owner

No description provided.

@josegonzalez josegonzalez removed this from the 0.0.4 milestone Dec 1, 2014
@CriztianiX
Copy link

Hey, I'm working with SQS now, you can check my basic engine

https://github.com/CriztianiX/php-queuesadilla/tree/SqsEngine

@cleptric
Copy link
Contributor

Cool 👍
Do you mind opening a PR and add some tests?

@CriztianiX
Copy link

For tests, we need a basic AWS account, so, i dont know how to solve it

@josegonzalez
Copy link
Owner Author

You can use something like fake_sqs for testing. I definitely won't merge without tests, as integration testing for a queuing library is very important.

@CriztianiX
Copy link

CriztianiX commented Feb 15, 2017

I'm starting to write tests.

You can try with:

FAKE_SQS_ENDPOINT="http://localhost:4568" phpunit --exclude-group default

Of course you need fake_sqs running.

Salutes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants