You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by cyborg <kc...@yahoo.com> on 2007/05/01 23:56:41 UTC

stomppy for receiving message

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.