Jämförda versioner

Nyckel

  • Dessa rader lades till.
  • Denna rad togs bort.
  • Formateringen ändrades.
Kommentera: Add announcement section

The RIC Message Router (RMR) is a thin library which allows applications to send messages to other applications. RMR provides insulation from the actual message transport system (e.g. Nanomsg or NNG), as well as providing endpoint selection based on message type. This page serves as an anchor point for RMR related pages.


Announcements

2019 August 5:  Please see the Supported Transport Mechanisms section below; support for Nanomsg is being dropped (NNG will be the only transport mechanism supported).

Current Version

The current version of RMR is 1.0.43 which was pushed on July 31, 2019; it is recommended that Dockerfiles etc. be adjusted to pick this version up.  There were no API changes to this release; the last API changes (additional message type constants) were added to 1.0.38 (12 July, 2019).  For a detailed description of API changes, and their related commits, please consult the CHANGES file at the top level of the RMR repo:

...