micronode / mstor

Messaging store and archival tool
https://www.mstor.org
Other
11 stars 2 forks source link

Message topics #16

Open benfortuna opened 6 years ago

benfortuna commented 6 years ago

A message topic works like a JMS topic in that it it publishes messages to subscribers either synchronously (via receive()) or asynchronously (via onMessage() callback).

A topic provides read-only access to messages as there can be multiple subscribers and synchronising edits would be challenging.

A topic can be configured using a filter to define a subset of messages to publish.