Oops. One little thing: I used persistent='false' in the publisher.
Persistence is the subject of my next question.
RobR
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Problems-installing-and-running-examples-on-Windows-7-tp4682400p4682434.html
Sent from the ActiveMQ
I have resolved my problems, at least for now. There were two of them.
First, I did not install the stomp.py module correctly. Second, the Python
stomp examples shipped with ActiveMQ were not correct.
Here is the listener that I got to work:
#!/usr/bin/env python
# --