Configure dead letter queue. DLQ for a jms consumer

A JMS consumer in ActiveMQ 5.x cannot configure the broker side dead letter strategy, this must be done at the broker in the configuration XML or via programmatic broker configuration. You could configure it in spring as you’ve done if your broker is simply an in memory broker however that is of little use for most applications.

Refer to the broker documentation for more help on configuration of the broker.

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top