Tibco::Rv

Tibco::Rv are Perl bindings and Object-Oriented library for TIBCO's TIB/Rendezvous.
Download

Tibco::Rv Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Sturm
  • Publisher web site:
  • http://search.cpan.org/~sturm/File-Format-RIFF-1.0.1/lib/File/Format/RIFF.pm

Tibco::Rv Tags


Tibco::Rv Description

Tibco::Rv are Perl bindings and Object-Oriented library for TIBCO's TIB/Rendezvous. Tibco::Rv are Perl bindings and Object-Oriented library for TIBCO's TIB/Rendezvous.SYNOPSIS use Tibco::Rv; my ( $rv ) = new Tibco::Rv; my ( $listener ) = $rv->createListener( subject => 'ABC', callback => sub { my ( $msg ) = @_; print "Listener got a message: $msgn"; } ); my ( $timer ) = $rv->createTimer( timeout => 2, callback => sub { my ( $msg ) = $rv->createMsg; $msg->addString( field1 => 'myvalue' ); $msg->addString( field2 => 'myothervalue' ); $msg->sendSubject( 'ABC' ); print "Timer kicking out a message: $msgn"; $rv->send( $msg ); } ); my ( $killTimer ) = $rv->createTimer( timeout => 7, callback => sub { $rv->stop } ); $rv->start; print "finishedn"Tibco::Rv provides bindings and Object-Oriented classes for TIBCO's TIB/Rendezvous message passing C API.All methods die with a Tibco::Rv::Status message if there are any TIB/Rendezvous errors. Requirements: · Perl


Tibco::Rv Related Software