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