- 
        1. Re: JBoss EAP 6.3 not rolling back message into individualDeadLetterQueuesonyjop May 4, 2016 6:20 AM (in response to sonyjop)I have tried this in activemq.xml in another machine and found that it works. But the same configuration does not work in another machine. I am really confused over this. <destinationPolicy> <policyMap> <policyEntries> <policyEntry topic=">" producerFlowControl="true"> <pendingMessageLimitStrategy> <constantPendingMessageLimitStrategy limit="1000"/> </pendingMessageLimitStrategy> </policyEntry> <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb"> <deadLetterStrategy> <individualDeadLetterStrategy queuePrefix="DLQ." useQueueForQueueMessages="true"/> </deadLetterStrategy> </policyEntry> </policyEntries> </policyMap> </destinationPolicy> 
