Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Minor text tweaks in carrot readme #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ A synchronous amqp client. Based on Aman's amqp client:

## Motivation

This client does not use eventmachine so no background thread necessary. As a result, it is much easier to use from script/console and Passenger. It also solves the problem of buffering messages and ack responses. For more details see [this thread](http://groups.google.com/group/ruby-amqp/browse_thread/thread/fdae324a0ebb1961/fa185fdce1841b68).
This client does not use eventmachine so no background thread is necessary. As a result, it is much easier to use from script/console and [Passenger](https://www.phusionpassenger.com/). It also solves the problem of buffering messages and ack responses. For more details see [this thread](http://groups.google.com/group/ruby-amqp/browse_thread/thread/fdae324a0ebb1961/fa185fdce1841b68).

There is currently no way to prevent buffering using eventmachine. Support for prefetch is still unreliable.


## Examples

require 'carrot'
Expand All @@ -29,6 +28,7 @@ There is currently no way to prevent buffering using eventmachine. Support for p
end
Carrot.stop


### Using options with server and queue

require 'carrot'
Expand Down