Skip to content

Commit

Permalink
fixed missing round robin file in Manifest.txt and fixed some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Landgraf committed Sep 2, 2008
1 parent cc32a9d commit 4979a44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Manifest.txt
Expand Up @@ -26,6 +26,7 @@ lib/fmq/queues/linked.rb
lib/fmq/queues/load_balanced.rb
lib/fmq/queues/syncronized.rb
lib/fmq/queues/file_persistent.rb
lib/fmq/queues/round_robin.rb
lib/fmq/version.rb
test/test_basic.rb
test/test_fmq_client.rb
Expand Down
4 changes: 2 additions & 2 deletions README.txt
Expand Up @@ -25,8 +25,8 @@ The client apis are implemented using the HTTP protocol, so that you can
use even curl to receive messages. A client library for ruby is implemented
right now, other languages will follow.

The queue itself is a RESTful url like @http://localhost:5884/myQueueName/@
or @http://localhost:5884/myApplication/myQueueName/@. If you do a GET request
The queue itself is a RESTful url like http://localhost:5884/myQueueName/
or http://localhost:5884/myApplication/myQueueName/. If you do a GET request
to this url with a web browser you will receive one message from the queue.

== FEATURES/PROBLEMS:
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -33,7 +33,7 @@
<h1>FMQ</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/fmq"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/fmq" class="numbers">0.3.2</a>
<a href="http://rubyforge.org/projects/fmq" class="numbers">0.3.3</a>
</div>
<h2>&#8594; &#8216;Free Message Queue&#8217;</h2>
<h2>What</h2>
Expand Down

0 comments on commit 4979a44

Please sign in to comment.