Queueue version 0.0.2 released
George Malamidis, August 29th, 2007Version 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.

September 12th, 2007 at 6:18 am
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
September 12th, 2007 at 7:41 am
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?
October 1st, 2007 at 9:44 pm
[...] « Rails fast test suite Queueue version 0.0.2 released » [...]