logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stomp - STOMP command-line client

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.

Name

       stomp - STOMP command-line client

Options

-h,--help
              Show summary of options.

       --version
              Show version of program.

       -H<host>,--host=<port>
              Hostname or IP address to connect to. [default: localhost]

       -P<port>,--port=<port>
              Port providing stomp protocol connections. [default: 61613]

       -U<user>,--user=<user>
              Username for the connection

       -W<password>,--password=<password>
              Password for the connection

       -F<filename>,--file=<filename>
              File containing commands to be executed, instead of prompting from the command prompt.

       -S<protocolversion>,--protocol=<protocolversion>
              Set the STOMP protocol version (1.0, 1.1, 1.2) [default: 1.1]

       -L<queue>,--listen=<queue>
              Listen for messages on a queue/destination

       -V,--verbose
              Verbose logging "on" or "off" (if on, full headers from stomp server responses are printed)

       --ssl  Enable SSL connection

       --heartbeats=<heartbeats>
              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

0.1                                                2017-10-26                                           STOMP(1)

Synopsis

stomp[options]

See Also