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.

3 Responses to “Queueue version 0.0.2 released”

  1. Dan Croak Says:

    Hey guys,

    I’m not able to install the gem… getting a message saying it can’t be found.

    $ sudo gem install queueue-0.0.2.gem -y
    Attempting local installation of ‘queueue-0.0.2.gem’
    Local gem file not found: queueue-0.0.2.gem*.gem
    Attempting remote installation of ‘queueue-0.0.2.gem’
    ERROR: While executing gem … (Gem::GemNotFoundException)
    Could not find queueue-0.0.2.gem (> 0) in the repository

  2. George Malamidis Says:

    Hi Dan,

    Are you calling ’sudo gem install queueue-0.0.2.gem -y’ from the same location where you downloaded the queueue-0.0.2.gem? What operating system are you on?

  3. Nutrun » Blog Archive » Queueue, a portable Amazon SQS stub in Ruby Says:

    [...] « Rails fast test suite Queueue version 0.0.2 released » [...]

Leave a Reply