Skip to main content

MQ API actions for managing sessions and messaging

Use the MQ API to publish/subscribe to topics using the HTTP protocol and centrally manage sessions created by MQTT or the MQ API

Action

Description

getMessagesFromMqApiSession 

retrieves undelivered messages from a topic subscribed to by an MQ API session. It cannot retrieve messages from an MQTT session.

getMessagesFromMqTopic 

retrieves messages published to a topic without affecting MQTT or MQ API clients.

publishMessagesToMq 

publishes messages to a topic on behalf of an MQTT or MQ API client.

subscribeToMq 

adds to or removes topics from an MQTT or MQ API client's subscriptions.

The MQ API actions manage MQ sessions. It lists nine specific actions, including creating, deleting, altering, describing, and listing MQ sessions, as well as retrieving messages from sessions or topics, publishing messages to topics, and managing client subscriptions.

MQ API
MQTT
API action
JSON Action
event streaming
message
message queue API
session management API
create MQ session
delete MQ session
alter MQ session
describe MQ session
list MQ session
retrieve MQ messages
retrieve MQ topics
publish MQ topics
manage MQ subscriptions
messaging API