Has anyone worked on an ActiveMQ (http://activemq.org ) like messaging
broker in pure Ruby? Or if now has anyone thought about it? Any
thoughts on what it would take?
ActiveMQ is a beast (especially if you're not familiar with the java
alphabet soup) and I'd like to find something in Ruby (or perhaps
investigate what it would take to create a simpler ActiveMQ-like thing
in Ruby).
Phil
I've thought a lot about it, and have already written some code.
Contact me privately if you like and we'll talk about requirements.
···
On 8/30/06, Phil Tomson <rubyfan@gmail.com> wrote:
Has anyone worked on an ActiveMQ (http://activemq.org ) like messaging
broker in pure Ruby? Or if now has anyone thought about it? Any
thoughts on what it would take?
ActiveMQ is a beast (especially if you're not familiar with the java
alphabet soup) and I'd like to find something in Ruby (or perhaps
investigate what it would take to create a simpler ActiveMQ-like thing
in Ruby).
Phil
It looks like something along these lines already exists:
http://rubyforge.org/projects/reliable-msg/
I haven't looked at it, but it came up in a thread in December 2005 on a
similar topic: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/172820
Ben
···
On Thu, Aug 31, 2006, Phil Tomson wrote:
Has anyone worked on an ActiveMQ (http://activemq.org ) like messaging
broker in pure Ruby? Or if now has anyone thought about it? Any
thoughts on what it would take?
I've talked briefly with Assaf about the reliable-msg project, and
it's very interesting with a lot of nice stuff, in particular an
emphasis on a very simple API (the hallmark of well-designed Ruby
libraries). But according to him he's not adding new features at this
point. (I'm sorry to put words in your mouth, Assaf, please correct me
if I'm wrong.)
···
On 8/30/06, Ben Bleything <ben@bleything.net> wrote:
On Thu, Aug 31, 2006, Phil Tomson wrote:
> Has anyone worked on an ActiveMQ (http://activemq.org ) like messaging
> broker in pure Ruby? Or if now has anyone thought about it? Any
> thoughts on what it would take?
It looks like something along these lines already exists:
http://rubyforge.org/projects/reliable-msg/
I haven't looked at it, but it came up in a thread in December 2005 on a
similar topic: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/172820
Ben
Are there features it's lacking that are required? Did Assaf indicate
that he's no longer interested in maintaining it?
Perhaps someone could step up if the latter is true. I'm inclined
towards the "contribute before replacing" philosophy, and generally
think it's a bummer when a bunch of similar projects appear without good
technical reasons.
Just my opinion, though 
Ben
···
On Thu, Aug 31, 2006, Francis Cianfrocca wrote:
I've talked briefly with Assaf about the reliable-msg project, and
it's very interesting with a lot of nice stuff, in particular an
emphasis on a very simple API (the hallmark of well-designed Ruby
libraries). But according to him he's not adding new features at this
point. (I'm sorry to put words in your mouth, Assaf, please correct me
if I'm wrong.)
Hi all,
Perhaps someone could step up if the latter is true. I'm inclined
towards the "contribute before replacing" philosophy, and generally
think it's a bummer when a bunch of similar projects appear without
good technical reasons.
I and my team have been trying to step up reliable-msg and finally released it today.
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/211937
AP4R, Asynchronous Processing for Ruby, is the implementation of
reliable asynchronous message processing.
It provides message queuing, and message dispatching,
and nicely ties with your Ruby on Rails applications.
See HelloWorld sample application from rubyforge.
http://rubyforge.org/projects/ap4r/
Kind regards
···
On 8/30/06, Ben Bleything <ben@bleything.net> wrote:
==========================================================
Kiwamu Kato
Research & Development
Future System Consulting Corp. Shibuya Shin-minamiguchi Bldg
3-28-13 Shibuya Shibuya-ku Tokyo, 150-0002 Japan
Tel. 070-6991-0695 Fax. 03-5468-1071
E-mail: kato.kiwamu@future.co.jp URL: http://www.future.co.jp
-----Original Message-----
From: Francis Cianfrocca [mailto:garbagecat10@gmail.com]
Sent: Thursday, August 31, 2006 8:53 AM
To: ruby-talk ML
Subject: Re: Lighter-weight ActiveMQ-like thingy in Ruby?
On 8/30/06, Ben Bleything <ben@bleything.net> wrote:
Perhaps someone could step up if the latter is true. I'm inclined
towards the "contribute before replacing" philosophy, and generally
think it's a bummer when a bunch of similar projects appear without
good technical reasons.
Good point.