I'm working on some project where I'm building some JMS messages that I want to send using JmsTemplate
, which is initialized in a Spring Boot app, via JNDI naming.
As my Broker is IBM MQ Series
, I need to change the encoding value in the outgoing XML message, so I'm sure the broker will understand the message.
I haven't seen anywhere on the JmsTemplate
settings, or the ConnectionFactory
JmsTemplate need to be initialized, where to put some outgoing interceptors.
If anyone got some ideas, or any workaround or some framework/library that could help, feel free to give me some hint.
Thanks