Skip to main content

JSON MQ message API actions

Use the JSON MQ message API to manage your MQTT sessions

Use the following actions to manage your MQTT sessions

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