Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 52572 invoked from network); 28 Dec 2008 08:06:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2008 08:06:28 -0000 Received: (qmail 87242 invoked by uid 500); 28 Dec 2008 08:06:28 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 87216 invoked by uid 500); 28 Dec 2008 08:06:28 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 87204 invoked by uid 99); 28 Dec 2008 08:06:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Dec 2008 00:06:28 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Dec 2008 08:06:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7BC53234C47C for ; Sun, 28 Dec 2008 00:06:05 -0800 (PST) Message-ID: <849222909.1230451565505.JavaMail.jira@brutus> Date: Sun, 28 Dec 2008 00:06:05 -0800 (PST) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1481) Typo in BrokerService.setConsumerUsage In-Reply-To: <21482213.1193693183599.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-1481. ----------------------------- Resolution: Fixed > Typo in BrokerService.setConsumerUsage > -------------------------------------- > > Key: AMQ-1481 > URL: https://issues.apache.org/activemq/browse/AMQ-1481 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.0.0 > Reporter: Vadim Geshel > Assignee: Rob Davies > Fix For: 5.3.0 > > > BrokerService.java: > public void setConsumerSystemUsage(SystemUsage consumerUsageManager) { > if (this.consumerSystemUsage != null) { > removeService(this.consumerSystemUsage); > } > this.consumerSystemUsage = consumerUsageManager; > addService(this.producerSystemUsage); > } > The last line should read > addService(this.consumerUsage); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.