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 acknowledgements, or "receipts" as Stomp calls them. Here's an example perl Net::Stomp::Receipt: http://search.cpan.org/~huguei/Net-Stomp-Receipt-0.36/lib/Net/Stomp/Receipt.pm If I find something for Python, I'll post it. -- View this message in context: http://activemq.2283324.n4.nabble.com/Looking-for-Python-example-of-acknowledging-messages-tp4683282p4683284.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.