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

Search results for "module:Messaging::Message"

Messaging::Message - abstraction of a message River stage zero No dependents

This module provides an abstraction of a "message", as used in messaging, see for instance: <http://en.wikipedia.org/wiki/Enterprise_messaging_system>. A Python implementation of the same messaging abstractions is available at <https://github.com/cer...

LCONS/Messaging-Message-1.7 - 13 Oct 2021 11:53:38 UTC

Messaging::Message::Queue - abstraction of a message queue River stage zero No dependents

This module provides an abstraction of a message queue. Its only purpose is to offer a unified method to create a new queue. The functionality is implemented in child modules such as Messaging::Message::Queue::DQN. The only available method is: new(O...

LCONS/Messaging-Message-1.7 - 13 Oct 2021 11:53:38 UTC

Messaging::Message::Generator - versatile message generator River stage zero No dependents

This module provides a versatile message generator that can be useful for stress testing or benchmarking messaging brokers or libraries....

LCONS/Messaging-Message-1.7 - 13 Oct 2021 11:53:38 UTC

Messaging::Message::Queue::DQN - abstraction of a Directory::Queue::Normal message queue River stage zero No dependents

This module provides an abstraction of a message queue. It derives from the Directory::Queue::Normal module that provides a generic directory based queue. It uses the following Directory::Queue::Normal schema to store a message: $schema = { header =>...

LCONS/Messaging-Message-1.7 - 13 Oct 2021 11:53:38 UTC

Messaging::Message::Queue::DQS - abstraction of a Directory::Queue::Simple message queue River stage zero No dependents

This module provides an abstraction of a message queue. It derives from the Directory::Queue::Simple module that provides a generic directory based queue. It simply stores the serialized message (with optional compression) as a Directory::Queue::Simp...

LCONS/Messaging-Message-1.7 - 13 Oct 2021 11:53:38 UTC

Messaging::Message::Queue::ZERO - abstraction of a message queue returning empty messages River stage zero No dependents

This module provides an abstraction of a message queue working a bit like "/dev/zero": it cannot be written to and, when read, it generates an infinite sequence of empty messages....

LCONS/Messaging-Message-1.7 - 13 Oct 2021 11:53:38 UTC

Messaging::Message::Queue::NULL - abstraction of a null message queue River stage zero No dependents

This module provides an abstraction of a message queue working a bit like "/dev/null": it can be written to but it always appears empty....

LCONS/Messaging-Message-1.7 - 13 Oct 2021 11:53:38 UTC

lib/Messaging/Courier/Message.pm River stage zero No dependents

LBROCARD/Messaging-Courier-0.42 - 25 Feb 2004 17:57:11 UTC

lib/Messaging/Courier/ChatMessage.pm River stage zero No dependents

LBROCARD/Messaging-Courier-0.42 - 25 Feb 2004 17:57:11 UTC

lib/Messaging/Courier/ExampleMessage.pm River stage zero No dependents

LBROCARD/Messaging-Courier-0.42 - 25 Feb 2004 17:57:11 UTC

lib/Messaging/Courier/TextMessage.pm River stage zero No dependents

LBROCARD/Messaging-Courier-0.42 - 25 Feb 2004 17:57:11 UTC

Messaging::Courier - asynchronous and synchronous access to a message queue. River stage zero No dependents

"Messaging::Courier" is an interface into a message queue. It provides both synchronous and asynchronous access to the queue. The message queue that Courier currently uses is Spread (http://www.spread.org/). This must be installed before using and te...

LBROCARD/Messaging-Courier-0.42 - 25 Feb 2004 17:57:11 UTC

Spread::Messaging - A Perl extension to the Spread Group Communications toolkit River stage zero No dependents

To receive messages from a Spread network, your application could be as simple as this: use Spread::Messaging; sub handle_group { my $spread = shift; printf("Message: %s\n", $spread->message); } main: { my $spread; $spread = Spread::Messaging->new();...

KESTEB/Spread-Messaging-0.03 - 18 Sep 2008 17:44:14 UTC

Messaging::Courier::Wiretap - asynchronous and synchronous access to a message queue. River stage zero No dependents

"Courier::Wiretap" is a wiretap onto the Courier message queue. It allows you to inspect messages that travel on the queue. It returns these in XML format....

LBROCARD/Messaging-Courier-0.42 - 25 Feb 2004 17:57:11 UTC

Spread::Messaging::Content - A Perl extension for the Spread Group Communications toolkit River stage zero No dependents

Your application could be as simple as this. use Spread::Messaging::Content; $spread = Spread::Messaging::Content->new(); $spread->join_group("test1"); for (;;) { if ($spread->poll()) { $spread->recv(); do_something(); } sleep(1); } sub do_something ...

KESTEB/Spread-Messaging-0.03 - 18 Sep 2008 17:44:14 UTC

Mobile::Messaging::ParlayX - Interface to ParlayX OSA. River stage zero No dependents

"Mobile::Messaging::ParlayX" is an interface to ParlayX web service by Sony Ericsson for SMS and MMS messaging, among other things. This being a Web Service SOAP::Lite would probably be better suited to the task, but I decided to stick with "LWP::Use...

TCHATZI/Mobile-Messaging-ParlayX-0.0.3 - 25 Jun 2007 15:21:41 UTC

Spread::Messaging::Transport - A Perl extension to the Spread Group Communications toolkit River stage zero No dependents

Your application could be as simple as this, to receive messages from a Spread network. use Spread::Messaging::Transport; $spread = Spread::Messaging::Transport->new(); $spread->join_group("test"); for (;;) { if ($spread->poll()) { my ($service_type,...

KESTEB/Spread-Messaging-0.03 - 18 Sep 2008 17:44:14 UTC

WWW::Google::Cloud::Messaging - Google Cloud Messaging (GCM) Client Library River stage zero No dependents

WWW::Google::Cloud::Messaging is a Google Cloud Messaging (GCM) client library, which implements web application servers. Currently this supports JSON API. SEE ALSO <http://developer.android.com/guide/google/gcm/gcm.html#send-msg>....

XAICRON/WWW-Google-Cloud-Messaging-0.06 - 02 Nov 2015 11:42:54 UTC

WWW::Google::Cloud::Messaging::Response - An accessor of GCM response data River stage zero No dependents

WWW::Google::Cloud::Messaging::Response is an accessor of GCM response data....

XAICRON/WWW-Google-Cloud-Messaging-0.06 - 02 Nov 2015 11:42:54 UTC

XAS::Model::Database::Messaging::Result::Log - Table for XAS Log entries River stage zero No dependents

The definition for the log table....

KESTEB/XAS-Collector-0.03 - 23 Aug 2016 20:13:07 UTC
22 results (0.034 seconds)