messaging
PubSub messaging
A simple message broker which lets you publish and subscribe to messages with no overhead. Use fire-and-forget semantics, if the subscriber is available the message is received otherwise its dropped.
Publish a message. Specify a topic to group messages for a specific topic.
Subscribe to messages for a given topic.
Publish Request
Response
{}