Skip to content

Message topics #16

@benfortuna

Description

@benfortuna

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions