API: STOMP notifications tutorial

In this tutorial are provided the push STOMP notification interface details, the STOMP procedures and the use cases to be considered for a STOMP client that could consume service portal STOMP notifications. In addition, a sample of STOMP client is provided.

The Push STOMP Notification Interface

Ericsson IoT Accelerator, former Device Connection Platform, is using Simple Text Orientated Messaging Protocol (STOMP) to push notifications when certain events occur. The Service Portal supports several categories of events that triggers STOMP notifications. These are described in the One-time trigger events management tutorial.

Application clients can be developed to subscribe to the Service Portal message broker to analyze and to take actions if necessary when STOMP notifications are pushed.

The connection to the message broker it’s done over secure WebSockets using TLS and the standard port 443 for wss.

It is assumed the reader is familiar with STOMP protocol.

Download the document

STOMP Client Sample

In order to reproduce the use cases described in the tutorial, a STOMP Client sample is provided. Instructions on how to install the client are available in the attached file.

Download