-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]