Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message topics #16

Open
benfortuna opened this issue Oct 25, 2018 · 0 comments
Open

Message topics #16

benfortuna opened this issue Oct 25, 2018 · 0 comments

Comments

@benfortuna
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant