Re: Looking for Python example of acknowledging messages

2014-07-15 Thread artnaseef
Good questions. For Perl and Python, I'm unsure; I know STOMP works with them. Of course, an openwire implementation will open up a lot of ActiveMQ features, but I can't speak to the state of such solutions. Maybe we'll get lucky and hear from someone with more experience in the area ;-). --

Re: Looking for Python example of acknowledging messages

2014-07-15 Thread RobR
Thanks very much! I'll check them out. I'm not wedded to the STOMP protocol, but I haven't yet succeeded in understanding what I've read about the different protocols available. What protocol should I use for a simple example like this, and what Python package should I use that implements it? T

Re: Looking for Python example of acknowledging messages

2014-07-15 Thread artnaseef
Have you seen this page? http://stomp.github.io/implementations.html It lists at least 2 Python solutions, one specific to ActiveMQ. Note that the the base STOMP protocol does not include acknowledgements; in perl, that's the Net::Stomp module. There is an enhancement that supports acknowledgem