cohorte / cohorte-herald

An easy-to-use messaging framework
Apache License 2.0
3 stars 5 forks source link

Herald

Herald is an easy-to-use messaging framework. It allows Pelix/iPOPO and Java OSGi frameworks to communicate with each other using messages, without worrying about the underlying protocol used for transmission.

Concepts


Each Pelix or OSGi framework instance is considered as a peer. A peer has a unique ID and a human-readable name. An application ID is associated to each peer: only peers with the same application ID can discover each other.

A peer can send a message to another peer or to a group of peers. A message has a subject, which listeners register to, and a content.

Remote Services


Herald provides an RPC transport implementations for Pelix Remote Services (Python) and for Cohorte Remote Services <https://github.com/isandlaTech/cohorte-remote-services>_ (Java).

Transports


Currently, Herald supports two protocols in Python, and one in Java:

License


Cohorte Herald is released under the terms of the Apache Software License 2.0.