I need to use some Python STOMP client to talk to my ActiveMQ server using stomp protocol. I have searched for some Python STOMP client libraries and found some of them but they implement only STOMP 1.0. However, I need some features of STOMP 1.1 protocol, like the heartbeat support, so I'm looking for STOMP 1.1 Python client libraries. Do we have any STOMP 1.1 Python client libraries?
Also, is there any Python client library which supports the failover feature?
[UPDATE] Looks like stomppy supports STOMP 1.1 but I still didn't get any client which supports auto failover.