Send and Receive Avro messages on AMQ using a JMS connection
Does anyone have any experience sending and receiving Avro messages on AMQ in ReadyAPI? I did some reading through the help and it seems you can serialize Avro objects using a schema file for a Kafka API Connection.
https://support.smartbear.com/readyapi/docs/testing/kafka/index.html
However, there is no mention of how to do this using JMS. We've successfully setup a JMS connection in ReadyAPI and are able to send raw JSON to AMQ. This does not work though because our AMQ is expecting an Avro object, not JSON.
I'll try to setup an API Connection using the instructions here https://support.smartbear.com/readyapi/docs/testing/kafka/producer.html#connection-settings to see if I can use JMS this way. If I get this to work, I'll update the post.
Any suggestions would be greatly appreciated!