File: stompcat.md

package info (click to toggle)
ruby-stomp 1.4.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: ruby: 8,595; sh: 77; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
stompcat(1) -- display output from an STOMP destination
========================================================

## SYNOPSIS

stompcat /topic/foo

## DESCRIPTION

This program will display the output that arrives at the /topic/foo stomp
destination.

## ENVIRONMENT

** STOMP_HOST ** Hostname or IP address of the STOMP server. If not set, "localhost" will be used.

** STOMP_PORT ** Port of the STOMP server. If not set, "61613" will be used.

** STOMP_USER ** Username of the STOMP server.

** STOMP_PASSWORD ** Password of the STOMP server.

## AUTHOR

LogicBlaze Inc

This manual page was written by Jonas Genannt <jonas.genannt@capi2name.de> for the Debian Project.