From: snacktime Date: 2006-10-17T09:40:08+09:00 Subject: Re: [ANN] stompserver 0.9.0 Released Lol I was just writing a simple stomp server using eventmachine today. But no reason to re-invent the wheel, looking forward to trying out stompserver. Chris On 10/16/06, Patrick Hurley wrote: > stompserver version 0.9.0 has been released! > > by Patrick Hurley > http://stompserver.rubyforge.org/ > > Don't want to install a JVM, but still want to use messaging? Me too, > so I threw together this little server. All the hard work was done > by Francis Cianfrocca (big thank you) in his event machine gem (which > is required by this server). And all the great Madeleine developers (used > for journaling). > > == FEATURES/PROBLEMS: > > Handles basic message queue processing > Does not support any server to server messaging > (although you could write a client to do this) > Server Id is not being well initialized > Quite a bit of polish is still required to make into a daemon/service > and add command line handling. > And oh yeah, I need to write some docs (see the tests for now) > > Changes: > > == 0.9.0 / 16 Oct 2006 > > * Initialial Beta Release > * Seems to work > * Passes numerous test cases > * Journals using madeleine > * Needs documentaion > * Needs to command line processing > * Needs service/daemon options > > by Patrick Hurley > http://stompserver.rubyforge.org/ > >