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 FairCom c-treeEDGE MQ API enables publish/subscribe messaging and event streaming using HTTP. Key API actions include creating, altering, listing, describing, and deleting MQ sessions. Additional actions cover subscribing to topics, retrieving messages, and publishing messages. The API brings MQTT and Kafka-like functionality to HTTP clients.

MQ API
MQTT
FairCom MQ
event streaming
message
HTTP protocol
publish
subscribe
Kafka
MQTT
messaging
MQ API
message queue
browser applications