Source: libnet-stomp-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl Build-Depends-Indep: libclass-accessor-perl , libio-socket-ip-perl , libio-socket-ssl-perl , liblog-any-adapter-tap-perl , liblog-any-perl , libtest-deep-perl , libtest-fatal-perl , libtest-nicedump-perl , libtest-pod-coverage-perl , libtest-pod-perl , perl Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-stomp-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-stomp-perl.git Homepage: https://metacpan.org/release/Net-Stomp Rules-Requires-Root: no Package: libnet-stomp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl, liblog-any-perl Recommends: libio-socket-ip-perl, libio-socket-ssl-perl Description: Perl module providing a Streaming Text Orientated Messaging Protocol client Net::Stomp 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). 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 - see Net::Stomp::Frame for more details. . For details on the protocol see .