The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:STOMP"

Net::Stomp - A Streaming Text Orientated Messaging Protocol Client River stage two • 14 direct dependents • 16 total dependents

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). It's a simple and easy to implement protocol for working with Messa...

DAKKAR/Net-Stomp-0.62 - 18 Feb 2024 11:47:39 UTC

String::Stomp - Removes empty leading and trailing lines River stage one • 2 direct dependents • 2 total dependents

String::Stomp provides "stomp", a simple function that removes all leading and trailing lines that only consist of white space or line breaks. FUNCTIONS stomp $string # ' hello' my $string = stomp q{ hello }; MORE EXAMPLES Usage with qs Syntax::Featu...

CSSON/String-Stomp-0.0103 - 31 Dec 2017 20:41:23 UTC

AnyEvent::STOMP - A lightweight event-driven STOMP client River stage one • 1 direct dependent • 1 total dependent

AnyEvent::STOMP is a lightweight event-driven STOMP client. It's intended to be run in the context of an event loop driven by AnyEvent. Making a connection my $client = AnyEvent::STOMP->connect($host, $port, $ssl, $destination, $ack, { connect_header...

FHEW/AnyEvent-STOMP-0.7 - 21 Jan 2014 21:18:58 UTC

Net::Stomp::Frame - A STOMP Frame River stage two • 14 direct dependents • 16 total dependents

This module encapulates a Stomp frame. A Stomp frame consists of a command, a series of headers and a body. For details on the protocol see <https://stomp.github.io/>....

DAKKAR/Net-Stomp-0.62 - 18 Feb 2024 11:47:39 UTC

Net::STOMP::Client - STOMP object oriented client module River stage zero No dependents

This module provides an object oriented client interface to interact with servers supporting STOMP (Streaming Text Orientated Messaging Protocol). It supports the major features of modern messaging brokers: SSL, asynchronous I/O, receipts and transac...

LCONS/Net-STOMP-Client-2.5 - 14 Oct 2021 09:54:17 UTC

POE::Filter::Stomp - Perl extension for the POE Environment River stage one • 2 direct dependents • 2 total dependents

This module is a filter for the POE environment. It will translate the input buffer into Net::Stomp::Frame objects and serialize the output buffer from said objects. For more information an the STOMP protocol, please refer to: http://stomp.codehaus.o...

KESTEB/POE-Filter-Stomp-0.04 - 04 Jun 2010 16:04:54 UTC

Net::Stomp::Receipt - An extension to Net::Stomp (STOMP client) to allow transactional sends. River stage zero No dependents

This module is an extension to Net::Stomp module, an Streaming Text Orientated Messaging Protocol client, that adds a new method send_safe which uses "transactional sends". By this way, any message sent to the stomp server is identified with a transa...

HUGUEI/Net-Stomp-Receipt-0.40 - 13 Dec 2020 20:04:17 UTC

Net::Stomp::Producer - helper object to send messages via Net::Stomp River stage one • 1 direct dependent • 2 total dependents

This class sends messages via a STOMP connection (see Net::Stomp::MooseHelpers::CanConnect). It provides facilities for serialisation and validation. You can have an instance of this class as a singleton / global in your process, and use it to send a...

DAKKAR/Net-Stomp-Producer-2.005 - 17 Jul 2019 13:12:25 UTC

Plack::Handler::Stomp - adapt STOMP to (almost) HTTP, via Plack River stage one • 1 direct dependent • 1 total dependent

Sometimes you want to use your very nice web-application-framework dispatcher, module loading mechanisms, etc, but you're not really writing a web application, you're writing a ActiveMQ consumer. In those cases, this module is for you. This module is...

DAKKAR/Plack-Handler-Stomp-1.15 - 07 Feb 2020 11:54:27 UTC

Dancer::Plugin::Stomp - A Dancer plugin for messaging using STOMP based message queues. River stage zero No dependents

The goal of this module is to make it as easy as possible to interact with a STOMP message broker. STOMP stands for Simple (or Streaming) Text Orientated Messaging Protocol. It is a simple and standard protocol for messaging systems. See <http://stom...

IRONCAMEL/Dancer-Plugin-Stomp-1.0302 - 12 Nov 2012 09:37:41 UTC

XAS::Lib::Stomp::Frame - A STOMP Frame River stage one • 6 direct dependents • 6 total dependents

This module encapsulates a STOMP frame. 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 Orien...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Stomp::Utils - STOMP protocol utilities for clients River stage one • 6 direct dependents • 6 total dependents

This module is an easy way to create STOMP frames without worrying about the various differences between the protocol versions....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

Net::STOMP::Client::IO - Input/Output support for Net::STOMP::Client River stage zero No dependents

This module provides Input/Output (I/O) support. It is used internally by Net::STOMP::Client and should not be directly used elsewhere. It uses non-blocking I/O: the socket is in non-blocking mode and errors like "EAGAIN" or "EWOULDBLOCK" are trapped...

LCONS/Net-STOMP-Client-2.5 - 14 Oct 2021 09:54:17 UTC

AnyEvent::STOMP::Client - An event-based non-blocking STOMP 1.2 client based on AnyEvent and Object::Event. River stage zero No dependents

AnyEvent::STOMP::Client provides a STOMP (Simple Text Oriented Messaging Protocol) client. Thanks to AnyEvent, AnyEvent::STOMP::Client is completely non-blocking, by making extensive use of the AnyEvent::Handle and timers (and, under the hood, AnyEve...

RAPHI/AnyEvent-STOMP-Client-0.41 - 14 Feb 2022 21:09:57 UTC

XAS::Lib::Stomp::Parser - Create a STOMP Frame From a Buffer River stage one • 6 direct dependents • 6 total dependents

This module creates STOMP frames from a buffer. 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 Messa...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

Catalyst::Engine::Stomp - write message handling apps with Catalyst. River stage zero No dependents

Write a Catalyst app connected to a Stomp messagebroker, not HTTP. You need a controller that understands messaging, as well as this engine. This is single-threaded and single process - you need to run multiple instances of this engine to get concurr...

PMOONEY/Catalyst-Engine-Stomp-0.17 - 18 Oct 2011 14:58:45 UTC

Message::Passing::STOMP - input and output messages to STOMP. River stage zero No dependents

An STOMP <http://stomp.github.com/> transport for Message::Passing. STOMP <http://stomp.github.com/> is a simple and well supported messaging protocol, with clients in many languages. This is a simple adaptor to allow you to send or receive STOMP mes...

BOBTFISH/Message-Passing-STOMP-0.006 - 13 Jun 2012 21:06:49 UTC

Net::STOMP::Client::Auth - Authentication support for Net::STOMP::Client River stage zero No dependents

This module handles STOMP authentication. It is used internally by Net::STOMP::Client and should not be directly used elsewhere. If the optional Authen::Credential module is available, an additional "auth" attribute can be given to Net::STOMP::Client...

LCONS/Net-STOMP-Client-2.5 - 14 Oct 2021 09:54:17 UTC

Net::Stomp::StupidLogger - stub logger River stage two • 14 direct dependents • 16 total dependents

This class implements a very simple logger-like object, that just delegates to carp. By default, it logs at "warn" and above. Net::Stomp used to use this, but now it just uses Log::Any, so this package is here just in case someone else was using it....

DAKKAR/Net-Stomp-0.62 - 18 Feb 2024 11:47:39 UTC

Net::STOMP::Client::Peer - Peer support for Net::STOMP::Client River stage zero No dependents

This module is used internally by Net::STOMP::Client before connection and also afterwards to expose information about the STOMP server that the client is connected to....

LCONS/Net-STOMP-Client-2.5 - 14 Oct 2021 09:54:17 UTC
58 results (0.021 seconds)