Skip to content

Commit

Permalink
more README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Elliston committed Apr 24, 2009
1 parent 0d71321 commit b9acc47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.markdown
Expand Up @@ -6,9 +6,7 @@ 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 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).

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

Expand Down

0 comments on commit b9acc47

Please sign in to comment.