Hi,
Is there any functionality within clover to write to JMS headers rather then just the JMS Body?
Thanks
M
Hi,
Is there any functionality within clover to write to JMS headers rather then just the JMS Body?
Thanks
M
You can create your own processorCode or processorClass which will allow you to work with every aspect of JMSMessage - header, body, etc…
See the source code of JMSWriter for sample implementation of these.