Hi, 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&multiline=true" /> </camel:route> Surprisingly, the body receive is null 18:43:17,937 | INFO | tenerContainer-1 | elca | rg.apache.camel.processor.Logger 88 | Exchange[ , Id:ID:dell-charles-1992-1268242245187-1:0:0:0:66 , Properties:{camelbinding=org.apache.camel.component.jms.jmsbind...@1878a3b, CamelToEndpoint=log://com.elca?multiline=true&showAll=true} , Headers:{JMSPriority=0, JMSTimestamp=0, JMSDestination=topic://ActiveMQ.Advisory.Consumer.Queue.IN, JMSType=Advisory, JMSDeliveryMode=1, JMSExpiration=0, consumerCount=1, originBrokerName=master, JMSRedelivered=false, JMSReplyTo=null, JMSXGroupID=null, JMSMessageID=ID:dell-charles-1992-1268242245187-1:0:0:0:66, originBrokerId=ID:dell-charles-1992-1268242245187-0:0, JMSCorrelationID=null, originBrokerURL=vm://master} , BodyType:null , Body:null , Out: null] but messages are posted in the queue. Is it an issue or not ? Kind regards, Charles ----- Charles Moulliard SOA Architect My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://old.nabble.com/Advisory-Messages---Camel-Route---BodyNull-tp27854538p27854538.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.