JSON MQ message & event streaming
Use the MQ API to publish/subscribe to topics using the HTTP protocol
MQ API brings MQTT's pub/sub capabilities and Kafka's event streaming capabilities to clients using the HTTP protocol, such as browser-based applications and app servers.
Action | Description |
---|---|
creates a new MQ session | |
alters session settings without disrupting the client | |
returns a list of sessions that match the | |
returns information about a client's MQ session | |
disconnects a client's MQ session | |
adds or removes a client's subscriptions | |
returns undelivered messages from a client-subscribed MQ topic | |
returns messages published on a specific topic | |
publishes messages to an MQ topic from the specified client |