You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Leon Brocard <ac...@astray.com> on 2006/10/20 10:58:02 UTC

Stomp in Perl: Net::Stomp

Hello all,

Just a heads up to say that I've written a Stomp client for Perl. It
works well for my uses and is fairly well documented but I haven't
really tested interoperability (as I can see from AMQ-978).
It's available from the CPAN and I welcome your ideas on improving it:

  http://search.cpan.org/dist/Net-Stomp/

Cheers, Leon

ps thanks for activemq!

Re: Stomp in Perl: Net::Stomp

Posted by Leon Brocard <ac...@astray.com>.
On 10/23/06, Leon Brocard <ac...@astray.com> wrote:

> Yes, I'm following that and will get a release out this week.

I've released a new version which will be on the CPAN soon:

  http://search.cpan.org/dist/Net-Stomp/

>From the CHANGES:

0.32 Sun Oct 29 09:06:31 GMT 2006
  - rewrote the parser to add support for BytesMessage, which should
    allow Java<->Perl messages (thanks to Hiram Chirino and Sileshi
    Kassa)
  - set binmode() on the socket so Windows should now work (thanks
    to Sileshi Kassa)

Test away! Leon