Spring JMS Activemq - set dead letter queue-name (DLQ)
问题 We have 3 different projects that are running on the same ACTIVEMQ broker. Currently there is a single "DLQ" queue, we would like to set the dlq for each web application like so: dlq_webapp1 dlq_webapp2 dlq_webapp3 This way we will have more control on the retry flow. how can we configure it to be like so? here are some of our messaging beans: <bean id="redeliveryConnectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="brokerURL" value="${activemq_url}" />