Hi Christopher,

first of all thank you for your reply.

I read topics that you suggested and i follow also this link
http://camel.apache.org/activemq.html
Consuming Advisory Messages section configuring ActiveMQ using conntection
pooling and a route inside Camel Context to retrieve AdvisoryMsg

<route id="ActiveMQ.AdvisoryRoute">
                        <from
uri="activemq:topic:ActiveMQ.Advisory.MessageDLQd.Queue?mapJmsMessage=false"
/>
                           <convertBodyTo type="java.lang.String"/>
                           <transform>
                              <simple>${in.body}&#13;</simple>
                           </transform>
                          <log message="AM-DLQ: ${body}" />     
</route>

But no message is logged.
Is there an error in my configuration?

Thanks in advance
Kind Greeting 

Michele



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Dead-Letter-Queue-and-detect-message-tp4703799p4703844.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to