Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E495D10F5F for ; Wed, 3 Dec 2014 17:38:51 +0000 (UTC) Received: (qmail 69067 invoked by uid 500); 3 Dec 2014 17:38:51 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 69041 invoked by uid 500); 3 Dec 2014 17:38:51 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 69032 invoked by uid 99); 3 Dec 2014 17:38:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 17:38:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 81460A096C1; Wed, 3 Dec 2014 17:38:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robbie@apache.org To: commits@qpid.apache.org Message-Id: <078a74658fe14664a75207a5c0f438c7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-jms git commit: remove overridden method in QueueBrowser that does the same as its parent Date: Wed, 3 Dec 2014 17:38:51 +0000 (UTC) Repository: qpid-jms Updated Branches: refs/heads/master 33893e8f3 -> 7be4c07a6 remove overridden method in QueueBrowser that does the same as its parent Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/7be4c07a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/7be4c07a Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/7be4c07a Branch: refs/heads/master Commit: 7be4c07a6f9fb7cb15207698544117cf0de24bf9 Parents: 33893e8 Author: Robert Gemmell Authored: Wed Dec 3 16:30:00 2014 +0000 Committer: Robert Gemmell Committed: Wed Dec 3 16:30:00 2014 +0000 ---------------------------------------------------------------------- .../org/apache/qpid/jms/provider/amqp/AmqpQueueBrowser.java | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7be4c07a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpQueueBrowser.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpQueueBrowser.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpQueueBrowser.java index 5daeb02..9a3e9f5 100644 --- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpQueueBrowser.java +++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpQueueBrowser.java @@ -42,15 +42,6 @@ public class AmqpQueueBrowser extends AmqpConsumer { } /** - * Starts the QueueBrowser by activating drain mode with the initial credits. - */ - @Override - public void start(AsyncResult request) { - getEndpoint().flow(resource.getPrefetchSize()); - request.onSuccess(); - } - - /** * QueueBrowser will attempt to initiate a pull whenever there are no pending Messages. * * We need to initiate a drain to see if there are any messages and if the remote sender --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org