public
Rubygem
Description: AMQP client implementation in Ruby/EventMachine
Homepage: http://groups.google.com/group/ruby-amqp
Clone URL: git://github.com/tmm1/amqp.git
update readme with 0MQ resources
tmm1 (author)
Thu Jul 24 23:49:44 -0700 2008
commit  8320202b5d525fa172c89e2466a398c89d6ed217
tree    ce1e40380a5b5104f5ab6f91641291763505c703
parent  85d7900fee8326e3edbcf8656f38ab9983a3d436
0
...
47
48
49
 
50
51
52
...
56
57
58
 
 
 
 
 
 
59
60
61
...
47
48
49
50
51
52
53
...
57
58
59
60
61
62
63
64
65
66
67
68
0
@@ -47,6 +47,7 @@ AMQP resources:
0
 
0
   Servers:
0
     RabbitMQ (Rabbit Technologies, Erlang/OTP, MPL) - http://rabbitmq.com
0
+ ZeroMQ (iMatrix/FastMQ/Intel, C++, GPL3) - http://www.zeromq.org
0
     OpenAMQ (iMatrix, C, GPL2) - http://openamq.org
0
     ActiveMQ (Apache Foundation, Java, apache2) - http://activemq.apache.org/
0
 
0
@@ -56,6 +57,12 @@ AMQP resources:
0
   John O'Hara on the history of AMQP
0
     http://www.acmqueue.org/modules.php?name=Content&pa=showpage&pid=485
0
 
0
+ ZeroMQ's analysis of the messaging technology market
0
+ http://www.zeromq.org/whitepapers:market-analysis
0
+
0
+ ZeroMQ's background to AMQP
0
+ http://www.zeromq.org/whitepapers:amqp-analysis
0
+
0
   Barry Pederson's py-amqplib
0
     http://barryp.org/software/py-amqplib/
0
 

Comments

    No one has commented yet.