Skip to content

Dohbedoh/stomp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stomp CLI

A simple CLI to help troubleshoot connectivity to a STOMP server.

References:

Build Instructions

Commonly:

CGO_ENABLED=0 go build -o build/stomp-cli

Prepend with GOOS=[linux|darwin|windows] and GOARCH=[amd64|386] to build for a different platform.

Usage Instructions

% stomp-cli check connect [address] [flags]

Check connection to a STOMP server and returns the version

Usage:
  stomp check connect [flags]

Aliases:
  connect, conn

Flags:
  -c, --connectTimeout int   Connection timeout in seconds (optional) (default 10)
  -h, --help                 help for connect
  -p, --password string      Password (optional)
  -k, --skipTls              Skip TLS (optional)
  -t, --transport string     Transport type (default|tls). Default to 'tls' (default "tls")
  -u, --username string      Username (optional)

Example

% stomp-cli check connect my.server:61617 --transport=tls --skipTls=true --username my-user --password my-password
{"level":"info","time":1691409749,"message":"1.2"}

About

STOMP CLI to test connectivity to STOMP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages