not really.

Peek at 
https://github.com/apache/activemq/blob/d54e0d6ab590b6a6148a5e2629c45b95d3f40eb8/activemq-unit-tests/src/test/java/org/apache/activemq/MessageListenerRedeliveryTest.java#L285
for a unit test that covers the setting of the dlqDeliveryFailureCause
property on a message in the DLQ.

if a listener fails with an exception the cause (as as string) is
propagated back to the broker in the poison ack and gets added to the
message when it is added to the DLQ. A browser of the DLQ can see the
cause property.

On 10 September 2014 11:41, Marc Boorshtein <mboorsht...@gmail.com> wrote:
> I'm trying to add a stacktrace to a message if its been rolled back as a
> property.  Is this possible?
>
> Thanks
> Marc



-- 
http://redhat.com
http://blog.garytully.com

Reply via email to