I'm currently working on a project using Mirth Connect 3.0.1 and a biological instrument. I'm sending a JMS message with Mirth Connect to this instrument, by using ActiveMQ broker. The JMS receiver on my instrument is a specific java connector, who's expecting a well-formatted JMS header with some specific and required fields.
I would like to know if it is possible to modify the JMS header sent by Mirth Connect ? I didn't find any information on it.
For example, I would like to add a field on my JMS Header and put a value.
If it's not possible, do you know if I can do that with ActiveMQ ? Maybe, I have to write my own ActiveMQ library ?
Thank you for your help.