On Mar 10, 2010, at 2:19 PM, cmoulliard wrote:

> I have defined a camel route to read messages published in the topics for
> advisory
> 
> ex :
>       <camel:route>
>               <camel:from 
> uri="activemq:topic:ActiveMQ.Advisory.Consumer.Queue.IN" />
>               <camel:to uri="log:com.elca?showAll=true&amp;multiline=true" />
>       </camel:route>
> 
> 
> 
> Surprisingly, the body receive is null

Advisory messages have a null body. All the information is passed in the 
headers.

Tracy

Reply via email to