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

catstomp - send input to STOMP destination

Author

       LogicBlaze Inc

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

                                                  October 2011                                       CATSTOMP(1)

Description

       It allows you to send input into this process to 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.

Name

catstomp - send input to STOMP destination

Synopsis

       ls | catstomp /topic/foo # Would send the output of "ls" to the STOMP destination "/topic/foo"

See Also