Hi,
I use stomppy.py for activemq connectivity, I can connect and send messages
but I'm not clear how to receive message.
I don't see any "receive" method in there. Anybody has some example? 
I have so far: 
st = stomppy.Connection('172.18.8.67', 61613)
st.start()
st.subscribe('/queue/test')
st.??

thanks
-- 
View this message in context: 
http://www.nabble.com/stomppy-for-receiving-message-tf3677498s2354.html#a10276729
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to