The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.38_99 - 2010-08-27

  • Reimplemented Net::Stomp::receive_frame() to properly handle STOMP frames that have extraneous line feed characters after the NULL terminator, before the next frame header (e.g., ActiveMQ). (Implemented by Michael S. Fischer)
  • Improve reading performace by reading large chunks and buffering
  • Read buffer size can now be specified in Net::Stomp->new() with the 'bufsize' key.
  • Possible incompatible change - Net::Stomp::Frame#parse method removed. Hopefully no one was using this. If you were, RTFS and look at Net::Stomp#receive_frame method.

Modules

A Streaming Text Orientated Messaging Protocol Client
A STOMP Frame