Hi Claus I don't think disableReplyTo property is working either
public void configure() { from("direct:start").setHeader("test", constant("test")).to("jms:F.PUB); } And i get [ 2010-09-02 15:56:34,335 ][ DEBUG ][ org.apache.camel.component.jms.JmsProducer.processInOut(JmsProducer.java:222) ][ main ][ Message sent, now waiting for reply at: queue://bar ] If i set the exchange pattern to InOnly then the replyTo property isnt set -- View this message in context: http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2800827.html Sent from the Camel - Users mailing list archive at Nabble.com.