Project

fake_sqs

0.21
No commit activity in last 3 years
No release in over 3 years
Provides a fake SQS server that you can run locally to test against
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.10
~> 0.7
~> 12.0
~> 3.6
~> 1.7

Runtime

~> 3.2
~> 2.0
~> 2.0
 Project Readme

Fake SQS Build Status Gem Version

Fake SQS is a lightweight server that mocks the Amazon SQS API.

It is extremely useful for testing SQS applications in a sandbox environment without actually making calls to Amazon, which not only requires a network connection, but also costs money.

Many features are supported and if you miss something, open a pull.

Installation

gem install fake_sqs

Running

fake_sqs --database /path/to/database.yml

Development

bundle install
rake