summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-12-22 23:57:01 +0000
committerKeith Wall <kwall@apache.org>2012-12-22 23:57:01 +0000
commita2e63a4dc8e96cec80a77a494fa6c81564ff7d23 (patch)
tree0aad2394d7ebafb3e4e39c335137c070222b025e /qpid/java
parent2994e8688e78d0dea97d985032e688098756f96d (diff)
downloadqpid-python-a2e63a4dc8e96cec80a77a494fa6c81564ff7d23.tar.gz
QPID-4502: [Java Broker] Document DLQ/Maximum Delivery Count features
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1425377 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/MaxDeliveryCountTest.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/MaxDeliveryCountTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/MaxDeliveryCountTest.java
index bc1eead8b4..8c407d3def 100644
--- a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/MaxDeliveryCountTest.java
+++ b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/MaxDeliveryCountTest.java
@@ -85,8 +85,10 @@ public class MaxDeliveryCountTest extends QpidBrokerTestCase
// Set client-side flag to allow the server to determine if messages
// dead-lettered or requeued.
- setTestClientSystemProperty(ClientProperties.REJECT_BEHAVIOUR_PROP_NAME, "server");
-
+ if (!isBroker010())
+ {
+ setTestClientSystemProperty(ClientProperties.REJECT_BEHAVIOUR_PROP_NAME, "server");
+ }
super.setUp();
boolean durableSub = isDurSubTest();