Setting Cause in dlqDeliveryFailureCause when using AMQ redelivery and DLQ
Hi
When using AMQ transactions rather than Camel error handling:
If you use a cMQConnectionFactory with "use transactions" checked, AMQ handles redeliveries and will send the message to a DLQ after x attempts.
This DLQ message has a dlqDeliveryFailureCause property.
The dlqDeliveryFailureCause does not have any indications of the error in Talend.
Does anyone know how to either manipulate dlqDeliveryFailureCause or setHeaders to the DLQ that is managed by activeMq so that Talend Errors can be added to the message sen to the ActiveMQ DLQ?