Name: | gilmsg |
---|---|
Version: | 0.1.2 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 66175 |
License: | LGPLv2+ |
RPM: | gilmsg-0.1.2-1.el7.noarch.rpm |
Source RPM: | gilmsg-0.1.2-1.el7.src.rpm |
Build Date: | Sun Nov 05 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/gilmsg |
Summary: | A reliability layer on top of fedmsg |
Description: | gilmsg layers a reliability check in-band on top of the existing PUB-SUB fedmsg framework. Here's how it works, broadly: - When ``gilmsg.publish(...)`` is invoked, you must declare a list of required recipients. - A background thread is started that listens for ACK messages on the whole bus. - If an ACK is not received from all ``recipients`` within a given timeout, then a ``Timeout`` exception is raised. |