-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.2
-
None
Setting an empty String on IndividualDeadLetterStrategy using setQueuePrefix("") would create the the DLQ with same name as the queue for which DLQ was created using getDeadLetterQueueFor() method.
isDLQ() method then returns true for both the queues since prefix was set to "".