Releases: birkland/fcr-listen
Releases · birkland/fcr-listen
Simple message listener (0.0.1)
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