pubsub example
- Run
setup.sh
- Run
receive.py
# will wait for messages - Run
publish.py "any message you like"
# as many times as you like - Watch for output from
receive.py
- kill python code
- cleanup by running
teardown.sh
setup.sh
receive.py
# will wait for messagespublish.py "any message you like"
# as many times as you likereceive.py
teardown.sh