Scroll to navigation

STOMP(1) STOMP(1)

NAME

stomp - STOMP command-line client

SYNOPSIS

stomp [options]

DESCRIPTION

stomp is a command-line client for accessing messaging servers using the STOMP protocol (versions 1.0, 1.1 and 1.2).

It uses the Python module stomp.py.

OPTIONS

Show summary of options.
Show version of program.
Hostname or IP address to connect to. [default: localhost]
Port providing stomp protocol connections. [default: 61613]
Username for the connection
Password for the connection
File containing commands to be executed, instead of prompting from the command prompt.
Set the STOMP protocol version (1.0, 1.1, 1.2) [default: 1.1]
Listen for messages on a queue/destination
Verbose logging "on" or "off" (if on, full headers from stomp server responses are printed)
Enable SSL connection
Heartbeats to request when connecting with protocol >= 1.1 (two comma separated integers required) [default: 0,0]

SEE ALSO

Python module documentation in package python-stomp-doc:

/usr/share/doc/python-stomp.py-doc/html

2017-10-26 0.1