Publishes a message on a specified topic.
The topic on which the message will be sent.
The message to be sent.
Optional
options: MessageBusOptionsCustom options for the message publish.
Subscribe to messages sent to a specific topic.
The topic on which the messages will be received.
Callback function for each message that is received.
Optional
options: MessageBusOptionsCustom options for subscription.
Unsusbcribe to messages from a specified subscription.
The subscription in which to unsubscribe.
A messaging bus for sending and receiving messages