perl-Net-Stomp - Streaming Text Orientated Messaging Protocol Client

Edit Package perl-Net-Stomp

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 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 https://stomp.github.io/.

In long-lived processes, you can use a new 'Net::Stomp' object to send each message, but it's more polite to the broker to keep a single object around and re-use it for multiple messages; this reduce the number of TCP connections that have to be established. 'Net::Stomp' tries very hard to re-connect whenever something goes wrong.

Refresh
Refresh
Source Files
Filename Size Changed
Net-Stomp-0.62.tar.gz 0000030899 30.2 KB
cpanspec.yml 0000000547 547 Bytes
perl-Net-Stomp.changes 0000002332 2.28 KB
perl-Net-Stomp.spec 0000003180 3.11 KB
Revision 8 (latest revision is 10)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1153689 from Tina Müller's avatar Tina Müller (tinita) (revision 8)
- updated to 0.62
   see /usr/share/doc/packages/perl-Net-Stomp/CHANGES
  0.62 2024-02-08
   - "failover" URL now works together with "ssl" and "ssl_options"
     constructor arguments by applying the same SSL settings to all
     hosts in the failover URL.
Comments 0
openSUSE Build Service is sponsored by