README.md in fake_sqs-0.0.4 vs README.md in fake_sqs-0.0.5
- old
+ new
@@ -58,11 +58,11 @@
``` ruby
AWS.config(
:use_ssl => false,
:sqs_endpoint => "localhost",
- :sqs_port => 4567,
+ :sqs_port => 4568,
:access_key_id => "access key id",
:secret_access_key => "secret access key"
)
```
@@ -71,18 +71,18 @@
To reset the entire server, during tests for example, send a DELETE request to
the server. For example:
```
-$ curl -X DELETE http://localhost:4567/
+$ curl -X DELETE http://localhost:4568/
```
Within SQS, after receiving, messages will be available again automatically
after a certain time. While this is not implemented (for now at least), you can
trigger this behavior at at will, with a PUT request.
```
-$ curl -X PUT http://localhost:4567/
+$ curl -X PUT http://localhost:4568/
```
[fake_dynamo]: https://github.com/ananthakumaran/fake_dynamo
[aws-sdk]: https://github.com/amazonwebservices/aws-sdk-for-ruby