stakhanovist / queue

Create specific queue client objects
Other
0 stars 0 forks source link

Amazon SQS adapter #9

Closed fntlnz closed 9 years ago

fntlnz commented 9 years ago

SQS is a saas by Amazon that provides a queue backend.

Information about SQS: http://aws.amazon.com/documentation/sqs/

leogr commented 9 years ago

There's a ZF implementations here that can be useful for that.

fntlnz commented 9 years ago

The Amazon PHP SDK have a full API for SQS, I think this is the way to go for two reasons:

I'm not saying that the ZF implementation does not work, just that I consider most reliable the one written by Amazon.

What do you think?

leodido commented 9 years ago

I agree with @fntlnz.

leogr commented 9 years ago

:+1:

fntlnz commented 9 years ago

This is a wip in https://github.com/stakhanovist/queue-amazon-sqs We can close here.