Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iain/fake_sqs

Provides a fake SQS server that you can run locally to test against
https://github.com/iain/fake_sqs

Last synced: about 1 month ago
JSON representation

Provides a fake SQS server that you can run locally to test against

Awesome Lists containing this project

README

        

# Fake SQS [![Build Status](https://api.travis-ci.org/iain/fake_sqs.svg?branch=master)](http://travis-ci.org/iain/fake_sqs) [![Gem Version](https://badge.fury.io/rb/fake_sqs.svg)](https://badge.fury.io/rb/fake_sqs)

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
```