You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Yuriy Sidelnikov (JIRA)" <ji...@apache.org> on 2014/02/04 09:24:09 UTC

[jira] [Created] (AMQ-5019) Typos bug in Topic.java class

Yuriy Sidelnikov created AMQ-5019:
-------------------------------------

             Summary: Typos bug in  Topic.java class
                 Key: AMQ-5019
                 URL: https://issues.apache.org/jira/browse/AMQ-5019
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.9.0
            Reporter: Yuriy Sidelnikov
            Priority: Minor


The LOG.info  has two {} elements but only one reference:
                    LOG.info("{}, Usage Manager memory limit reached for {}. Producers will be throttled to the rate at which messages are removed from this destination to prevent flooding it. See http://activemq.apache.org/producer-flow-control.html for more info.", getActiveMQDestination().getQualifiedName());

As a result it is providing a confusing message such as:

2014-01-15 10:29:20,073 INFO - topic://consumer_out, Usage Manager memory limit reached for {}. Producers will be throttled to the rate at which messages are removed from this destination to prevent flooding it. See http://activemq.apache.org/producer-flow-control.html for more info.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)