{image:condorQpidDaemon.jpg}
                       Figure 5
+
+---------
+Example session:
+
+Once you've built Condor Pigeon, this is what an example session could look like (make sure you have $qpid/lib and $condor/lib in your LD_LIBRARY_PATH, and $condor/bin and $condor/sbin in your PATH):
+
+{code}
+ # start the daemon
+condor_pigeon
+
+ # run the publisher, where myLog.log is an existing Condor user log file
+condor_pigeon_topic_publisher myLog.log persist.dat
+
+ # run the example listener
+condor_pigeon_topic_listener
+{endcode}