Hi,

Does anyone has seen the message property
DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY set on the message moved to the DLQ when
using Camel in combination with a transacted?

So far, I have not...

I created some simple routes (one with Spring transaction manager, one with
ActiveMQ component), both with transaction enabled, no (specific) exception
handler in route:

[timer] --> [setBody: ${property.CamelTimerCounter}] --> [queue_in]

[queue_in] --> [processor: (if ${property.CamelTimerCounter} == 2, throw
Exception)] --> [queue_out]

Route works as expected, message is indeed rolled to DLQ after retries, but
the option "DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY" was never set....

Any hints?

Thanks -- Robin




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Camel-transacted-message-rolled-to-DLQ-no-DLQ-DELIVERY-FAILURE-CAUSE-PROPERTY-property-set-tp4686389.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to