Skip to main content

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

alterMqttSession

alters session settings without disrupting the client

createMqttSession

creates a new MQTT session

deleteMqttSession

disconnects a client's MQTT session

describeMqttSession

returns information about a client's MQTT session

getMessagesFromMqttSession

returns undelivered messages from a client-subscribed MQTT topic

getMessagesFromMqttTopic

returns messages published on a specific topic

listMqttSessions

returns a list of sessions that match the "partialClientName"

publishMessagesToMqtt

publishes messages to an MQTT topic from the specified client

subscribeToMqtt

adds or removes a client's subscriptions