Skip to content
gmallard edited this page Sep 13, 2010 · 7 revisions

This is a forked repository. Have a look at
rattle’s stompserver wiki
for more information.

As of 2009.12.29 this code seems to work on:

  • ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]
  • ruby 1.9.0 (2008-10-04 revision 19669) [i486-linux]
  • ruby 1.9.1p243 (2009-07-16 revision 24175) [i486-linux]

These changes have been made to the forked code:

  • Add ruby 1.9.x functionality (see the minimal_19x branch) – a minor change
  • Add ruby logger capability throughout and eliminate (most) puts usage – a more major change
  • Make configuration file options and those from the command line function exactly the same
  • Others as noted below

As of the 0.9.9.2010.01.02.00 drop:

  • Most functionality around ack=>client should work, with some limitations
  • Handle SIGTERM
  • Optional (at runtime) session ID cache, session IDs are UUIDs
  • sysv style init script examples provided
Clone this wiki locally