Hello, I am receiving a JMSReplyTo header from consumer in our route but they don't need our response back. Can we somehow suppress the response?
I tried this but didn't worked.
<setHeader headerName="JMSReplyTo">
<simple>null</simple>
</setHeader>
Its sets the JMSReplyTo header as null but stills sends reply to the queue set
in ReplytoQueue.
Vanshul
