Net::Stomp 0.32
Sponsored Links
Net::Stomp 0.32 Ranking & Summary
File size:
0.006 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
856
Date added:
2007-06-23
Publisher:
Leon Brocard
Net::Stomp 0.32 description
Net::Stomp is a Streaming Text Orientated Messaging Protocol Client.
SYNOPSIS
# send a message to the queue foo
use Net::Stomp;
my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } );
$stomp->connect( { login => hello, passcode => there } );
$stomp->send(
{ destination => /queue/foo, body => test message } );
$stomp->disconnect;
# subscribe to messages from the queue foo
use Net::Stomp;
my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } );
$stomp->connect( { login => hello, passcode => there } );
$stomp->subscribe(
{ destination => /queue/foo,
ack => client,
activemq.prefetchSize => 1
}
);
while (1) {
my $frame = $stomp->receive_frame;
warn $frame->body; # do something here
$stomp->ack( { frame => $frame } );
}
$stomp->disconnect;
# write your own frame
my $frame = Net::Stomp::Frame->new(
{ command => $command, headers => $conf, body => $body } );
$self->send_frame($frame);
This module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). Its 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 - see Net::Stomp::Frame for more details.
SYNOPSIS
# send a message to the queue foo
use Net::Stomp;
my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } );
$stomp->connect( { login => hello, passcode => there } );
$stomp->send(
{ destination => /queue/foo, body => test message } );
$stomp->disconnect;
# subscribe to messages from the queue foo
use Net::Stomp;
my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } );
$stomp->connect( { login => hello, passcode => there } );
$stomp->subscribe(
{ destination => /queue/foo,
ack => client,
activemq.prefetchSize => 1
}
);
while (1) {
my $frame = $stomp->receive_frame;
warn $frame->body; # do something here
$stomp->ack( { frame => $frame } );
}
$stomp->disconnect;
# write your own frame
my $frame = Net::Stomp::Frame->new(
{ command => $command, headers => $conf, body => $body } );
$self->send_frame($frame);
This module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). Its 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 - see Net::Stomp::Frame for more details.
Net::Stomp 0.32 Screenshot
Net::Stomp 0.32 Keywords
Stomp 0.32
Streaming Text Orientated Messaging Protocol Client
Client
Streaming Text Orientated Messaging Protocol
messaging protocol
frame
protocol
orientated
stomp
streaming
text
Net::Stomp
NetStomp
Net::Stomp 0.32
Libraries
Programming
Bookmark Net::Stomp 0.32
Net::Stomp 0.32 Copyright
WareSeeker periodically updates pricing and software information of Net::Stomp 0.32 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Net::Stomp 0.32 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
framework 2.0
instant messaging protocol
picture frames
framed pictures
messaging protocols
frames
framework 1.1
digital photo frame
protocol ymsgr
real time messaging protocol
digital picture frames
frame of mind trailer
kyoto protocol
frames direct
protocol rtsp
bed frames
frameworth
text messaging protocol
Related Software
Net::Stomp::Frame is a STOMP Frame. Free Download
Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon. Free Download
NeMeSI is a standards-compliant multimedia streaming client. Free Download
e-U Connect is a WPA Supplicant text mode user interface based on bash+dialog for connecting to the e-U network under Linux. Free Download
Net-SSH2 is a SSH 2 protocol interface. Free Download
Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. Free Download
Net::FTP is a FTP Client class. Free Download
GTKmonop project is a client for Rob Kapers monopd monopoly daemon. Free Download
Latest Software
Popular Software
Favourite Software