Description
DeadLetterPolicy.java method getDeadLetterNameFromDestination(ActiveMQDestination destination)
has member variable String deadLetterName that mirrors an instance variable of the same name, private String deadLetterName = DEFAULT_DEAD_LETTER_NAME;
This results in incorrect dlq naming.