Figured out a way ?disableReplyTo=true
-----Original Message----- From: Vanshul.Chawla [mailto:[email protected]] Sent: Tuesday, September 08, 2015 3:13 PM To: [email protected] Subject: JMSReplyTo header 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
