I've been using pyactivemq for years to send/receive TextMessage instances via ActiveMQ.
Now I'm looking to send & receive BytesMessage instances, but pyactivemq seems to have been abandoned before BytesMessages were fully supported. I'm assuming Stomp can't receive a BytesMessage, right? Are there any other python OpenWire bindings? -Mike