I want to be able to send a list of my own objects with the String property "JMSType" using the 'Send' functionality of the Artemis UI as described in How to send message to queue in ActiveMQ Artemis via GUI.
I see it allows me to add headers but is there any way to send a String property? My application can't deserialize the JSON in the queue with Jackson unless JMSType is sent through.