Skip to content

Releases: birkland/fcr-listen

Simple message listener (0.0.1)

12 Oct 20:28
Compare
Choose a tag to compare
Pre-release

Initial release of a simple message listener that can connect via STOMP to a topic or queue, and display message contents. This is primarily intended as a diagnostic or educational tool

Download the binary for your platform, and (optionally) re-name to fcr-listen

To do this in an automated fashion, do

wget -O /usr/local/bin/fcr-listen https://github.com/birkland/fcr-listen/releases/download/0.0.1/fcr-listen-`uname -s`-`uname -m`
chmod +x /usr/local/bin/fcr-listen