I am starting to work on project with ActiveMq and python. I am creating a python client to connect to activemq and send Avro messages. I have now a python script which generates the messages in AVRO with the particular schema i need. Now I am trying to implement a stomp client to conenct to ActiveMQ and send the AVRO encoded messages.
I cannot find any usefull information online and the stomp implementation seems quite complex. Would anyone have any sugestions on alternative python module that they used to send binary(AVRO) messages to AMQ?
Thanks...