You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.
Order online or call us +62-821-2442-2332 (Whatsapp)
IDR
  • Empty!

STOMP Client Console Application (Site Licence)

  • Brand: esegece
  • Product Code: STOMP Client Console Application (Site Licence)
  • Availability: In Stock

This product has a minimum quantity of 100


STOMP Client Command Line Application for Windows, OSX and Linux

STOMP Client Commands

STOMP Protocol

STOMP provides an interoperable wire format so that STOMP clients can communicate with any STOMP message broker to provide easy and widespread messaging interoperability among many languages, platforms and brokers.

STOMP is simple

Simple (or Streaming) Text Oriented Message Protocol (STOMP), is a simple text-based protocol

Message-oriented Middleware

Designed for working with message-oriented middleware (MOM)

Interoperable wire format

It provides an interoperable wire format that allows STOMP clients to talk with any message broker supporting the protocol.



Please select one of the sgcWebSocket downloads below. If you have any problems downloading the files, please contact us.

FREE FOR NON-COMMERCIAL USE


STOMP Client Win32

sgcSTOMPClient Win32
STOMPClient Client Win32


STOMP Client Win64

sgcSTOMPClient Win64
STOMPClient Client Win64


STOMP Client OSX32

sgcSTOMPClient OSX32
STOMPClient Client OSX32


STOMP Client OSX64

sgcSTOMPClient OSX64
STOMPClient Client OSX64


STOMP Client Linux64

sgcSTOMPClient Linux64
STOMPClient Client Linux64


How Open a new STOMP connection

Example: open a websocket mqtt connection to test.mosquitto.org

{"message":"open", "params":{"url": "ws://www.esegece.com:15674/ws"}}

How Subscribe / Send

Example: subscribe to topic "myTopic"

{"message":"subscribe", "protocol":"stomp", "params":{"id": "12345", "destination": "/topic/myTopic"}}

Example: send message

{"message":"send", "protocol":"stomp", "params":{"destination": "/topic/sgc", "text":"My First Message"}}

Example: unsubscribe from topic "myTopic"

{"message":"unsubscribe", "protocol":"stomp", "params":{"id": "12345"}}

How Enable MQTT Options

Example: enable authentication

{"message":"authentication", "protocol":"stomp", "params":{"enabled":true, "username":"user", "password":"secret"}}

Example: Enable heartbeat every 30 seconds.

{"message":"heartbeat", "protocol":"stomp", "params":{"enabled": true, "incoming": 30, "outgoing": 30}}

Example: Disable heartbeat

{"message": "heartbeat", "params":{"enabled": false}}

Close Connection

Example: close connection

{"message":"disconnect", "protocol":"stomp"}






Buy at Tokopedia!

Buy Now!

Tags: STOMP Client Console Application, WebSocket