Old Release

This documentation covers an old version of Fedora. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If you're interested in a simple way to look at messages by Fedora you can use either the attached python or Go scripts. 

Step 1: setup python dependencies

pip install stomp.py

Step 1: Run Fedora

java -jar fcrepo-webapp-{fcrepo-version}-jetty-console.jar

Step 2: Setup message listener

Step 2a: Python (listener.py)

pip install stomp.py
python listener.py

Step 2b: Go (fcr-listen)

chmod +x /usr/local/bin/fcr-listen
./fcr-listen
  • No labels