STOMP Client Command Line Application for Windows, OSX and Linux
STOMP Client CommandsSTOMP 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.
Simple (or Streaming) Text Oriented Message Protocol (STOMP), is a simple text-based protocol
Designed for working with message-oriented middleware (MOM)
It provides an interoperable wire format that allows STOMP clients to talk with any message broker supporting the protocol.
sgcSTOMPClient Win32
STOMPClient Client Win32
sgcSTOMPClient Win64
STOMPClient Client Win64
sgcSTOMPClient OSX64
STOMPClient Client OSX64
sgcSTOMPClient OSXARM64
STOMPClient Client OSXARM64
sgcSTOMPClient Linux64
STOMPClient Client Linux64
How Open a new STOMP connectionExample: open a websocket mqtt connection to test.mosquitto.org
|
How Subscribe / SendExample: subscribe to topic "myTopic"
Example: send message
Example: unsubscribe from topic "myTopic"
|
How Enable MQTT OptionsExample: enable authentication
Example: Enable heartbeat every 30 seconds.
|
Close ConnectionExample: close connection
|
TCP ServerAll console applications can run an internal TCP Server that allows to send and receive commands as if were written directly on the console application. Just start the application with the command -server and a new server will be started listening on port 8080. Example: if you want enable the server on WebSocket client, start the console application as follows:
Find below the full TCP Server parameters:
If the server is enabled, a client connected to this server can send any JSON message and will receive any response as if was written directly from console application. Example: if you want enable server on IP 192.168.1.1 and Port 5412
|