Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.389.787 Times

Ttmp freeware
 

Ttmp

Added: July 06, 2010 | Visits: 769

Gozirra Gozirra is a lightweight implementation of the Stomp specification. As of the first release it includes both client and server implementations for Java. The name stinks, and may change. Stomp (previously TTMP) is a simple publish/subscribe messaging protocol. Its main attraction, to me at...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (105): Gozirra Download

Added: January 06, 2010 | Visits: 811

Net::Stomp 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...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Net::Stomp Download

Added: October 27, 2010 | Visits: 1.091

Net::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...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (127): Net::Stomp::Frame Download