Net::Stomp::Frame

Net::Stomp::Frame is a STOMP Frame.
Download

Net::Stomp::Frame Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Leon Brocard
  • Publisher web site:
  • http://search.cpan.org/~lbrocard/

Net::Stomp::Frame Tags


Net::Stomp::Frame Description

Net::Stomp::Frame is a STOMP Frame. Net::Stomp::Frame is a STOMP Frame.SYNOPSIS use Net::Stomp::Frame; my $frame = Net::Stomp::Frame->new( { command => $command, headers => $headers, body => $body, } ); my $frame = Net::Stomp::Frame->parse($string); my $string = $frame->as_string;This module encapsulates a Stomp frame. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). It's a simple and easy to implement protocol for working with Message Orientated Middleware from any language. Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many enterprise features.A Stomp frame consists of a command, a series of headers and a body. Requirements: · Perl


Net::Stomp::Frame Related Software