Home

Awesome

Vassal

A Fake SQS server to aid in SQS development.

Installation

Vassal is released in 2 forms - a docker container and a packaged release.

Running via Docker

Installing & running Vassal via docker is the simplest option:

docker run -p 4567:4567 -d obmarg/vassal:0.2.1

Installing & Running from Release

To install a release:

For example:

mkdir vassal
cd vassal
wget https://github.com/obmarg/vassal/releases/download/v0.2.1/vassal-0.2.1-osx.tar.gz
tar -xf vassal-0.2.1-osx.tar.gz
bin/vassal start

Configuration

By default, Vassal assumes that it will be accessed via localhost. If that is not the case, then you should provide the correct url in the URL environment variable.

Implemented Actions

Missing Features

Some of these may be implemented in the near future:

Existing Works

This is not the first queing server to implement an SQS interface. There is also: