Queueue version 0.0.2 released
Version 0.0.2 of Queueue, the portable Amazon SQS server stub, is available for download.
As of this release Queueue supports
single user authentication.
Authentication credentials can be set up in a configuration file named
queueue.yml
which must be found in the same location where the
queueue
start up script is invoked from. The contents of the file should look like this:
host: 127.0.0.1 port: 2323 access_key_id: iamtheworldthathides secret_access_key: theuniversalsecretofalltime
In the absence of the above configuration file, the default value will be queueue for both the Access Key ID and the Secret Access Key.
Note: The
access_key_id
value is actually ignored, since only a single user is supported. It is there as a placeholder for possible multi-user support in the future.