From b8cb6602b076df6f9bacc91cc4396ab90e26b9ca Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 17 Oct 2006 15:57:18 +0000 Subject: Implemented Client side high/low water mark prefetching for NO_ACK. Use of single prefetch should be unaffected. Setting the high and low to be the same. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464950 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/test/src/org/apache/qpid/flow/ChannelFlowTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/client/test/src') diff --git a/java/client/test/src/org/apache/qpid/flow/ChannelFlowTest.java b/java/client/test/src/org/apache/qpid/flow/ChannelFlowTest.java index 3445b37317..fad1849fed 100644 --- a/java/client/test/src/org/apache/qpid/flow/ChannelFlowTest.java +++ b/java/client/test/src/org/apache/qpid/flow/ChannelFlowTest.java @@ -43,7 +43,7 @@ public class ChannelFlowTest implements MessageListener ChannelFlowTest(AMQConnection connection, AMQDestination destination) throws Exception { - AMQSession session = (AMQSession) connection.createSession(false, AMQSession.NO_ACKNOWLEDGE, 50); + AMQSession session = (AMQSession) connection.createSession(false, AMQSession.NO_ACKNOWLEDGE, 50,25); //set up a slow consumer session.createConsumer(destination).setMessageListener(this); -- cgit v1.2.1