Dancer::Plugin::Stomp

A Dancer plugin for talking to STOMP message brokers
Download

Dancer::Plugin::Stomp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Naveed Massjouni
  • Publisher web site:
  • http://search.cpan.org/~ironcamel/

Dancer::Plugin::Stomp Tags


Dancer::Plugin::Stomp Description

Dancer::Plugin::Stomp is a Perl module that aims to make it as easy as possible to interact with a STOMP message broker. It provides one new keyword, stomp, which returns a Net::STOMP::Client object.SYNOPSIS use Dancer; use Dancer::Plugin::Stomp; post '/messages' => sub { stomp->send(destination => '/queue/foo', body => request->body); }; dance;Product's homepage


Dancer::Plugin::Stomp Related Software