iande / onstomp

A STOMP messaging client library for Ruby
http://mathish.com/projects/onstomp.html
Other
23 stars 11 forks source link

Implement Stomp 1.2 support #18

Open iande opened 11 years ago

iande commented 11 years ago

See the full spec at: http://stomp.github.com/stomp-specification-1.2.html

The big changes are:

  1. Support CR+LF line endings in addition to just LF
  2. ACK/NACK frames now use an id header whose value matches the ack header of the corresponding message.
iande commented 11 years ago

With adding support for a new spec, I think I can justify a major version release and break backwards compatibility. The code could definitely do with some reorganization and I'd like to get io_unblock into play.