mirror of https://github.com/apache/activemq.git
fixed bug in test case
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@360135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de7f650b16
commit
1f3f80cf77
|
@ -47,6 +47,7 @@ public class IndividualDeadLetterTest extends DeadLetterTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Destination createDlqDestination() {
|
protected Destination createDlqDestination() {
|
||||||
return new ActiveMQQueue("ActiveMQ.DLQ.Queue." + getClass().getName() + "." + getName());
|
String prefix = (topic) ? "ActiveMQ.DLQ.Topic.": "ActiveMQ.DLQ.Queue.";
|
||||||
|
return new ActiveMQQueue(prefix + getClass().getName() + "." + getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue