IoT Edge Connect offers a protocol for real-time communication and data processing specifically designed for devices connected to Akamai. Utilizing both the message queuing telemetry transport (MQTT) and HTTP protocols, it efficiently ingests messages while ensuring that data is processed and sent back to devices instantly through a publish-subscribe model. This MQTT-centric system enables seamless reading from and writing to message queues, automatically delivering messages organized by topics. Additionally, the HTTP interface allows for an alternative method of accessing the same message queues that the MQTT protocol utilizes, enabling clients to request messages in topic form via a REST API. Overall, IoT Edge Connect enhances connectivity and data flow between devices and the cloud, providing flexibility in how messages are handled and delivered.