gpe-mw-training / messaging-labs

1 stars 4 forks source link

Remark to move to DLQ non_persistent messages #1

Open cmoulliard opened 9 years ago

cmoulliard commented 9 years ago

Add this property to activemq.xml file under in order to move to the DLQ "non_persistent" messages when they expired. This is a nice to have for example with

                   <deadLetterStrategy>
                            <sharedDeadLetterStrategy processNonPersistent="true" />
                   </deadLetterStrategy>
satyaj commented 8 years ago

Hi Charles, do we want to make this change for a specific lab? Currently we dont not have a Dead Letter Strategy as we don't cover it as part of any lab.