Name : perl-Messaging-Message
| |
Version : 1.7
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.28
| Date : 2024-08-05 20:31:29
|
Group : Unspecified
| Source RPM : perl-Messaging-Message-1.7-1.28.src.rpm
|
Size : 0.09 MB
| |
Packager : (none)
| |
Summary : Abstraction of a message
|
Description :
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/cern-mig/python-messaging so messaging components can be written in different programming languages.
A message consists of header fields (collectively called \"the header of the message\") and a body.
Each header field is a key/value pair where the key and the value are text strings. The key is unique within the header so we can use a hash table to represent the header of the message.
The body is either a text string or a binary string. This distinction is needed because text may need to be encoded (for instance using UTF-8) before being stored on disk or sent across the network.
To make things clear:
* a _text string_ (aka _character string_) is a sequence of Unicode characters
* a _binary string_ (aka _byte string_) is a sequence of bytes
Both the header and the body can be empty.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/openSUSE_Tumbleweed/noarch |