0 Replies Latest reply on Oct 22, 2014 1:53 AM by atul.k

    jms headers set in camel are not available in java

    atul.k

      Hi,

       

      I am trying to set custom header in camel as follows:

       

      <camel:setHeader headerName="uniqueKey">

      <camel:simple>${body.getCode}</camel:simple>

      </camel:setHeader>

      I send this message as jms to a queue. When I try to get this header value in Java outside Fuse, I am unable to get this value. Can anybody help me with what am I missing or suggest a solution.

       

       

      AK