Skip to main content

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

createMqApiSession

creates a new MQ session

alterMqSession

alters session settings without disrupting the client

listMqSessions

returns a list of sessions that match the "partialClientName"

describeMqSessions

returns information about a client's MQ session

deleteMqSession

disconnects a client's MQ session

subscribeToMq

adds or removes a client's subscriptions

getMessagesFromMqApiSession

returns undelivered messages from a client-subscribed MQ topic

getMessagesFromMqTopic

returns messages published on a specific topic

publishMessagesToMq

publishes messages to an MQ topic from the specified client

The 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

MQ API
MQTT
FairCom MQ
event streaming
message
HTTP protocol
Would you like to provide feedback?