[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-dev
Subject:    [jira] Created: (AMQ-2433) Incorrect configuration in
From:       "Colin MacNaughton (JIRA)" <jira () apache ! org>
Date:       2009-09-30 17:40:01
Message-ID: 1414555264.1254332401480.JavaMail.jira () brutus
[Download RAW message or body]

Incorrect configuration in activemq-througput.xml
-------------------------------------------------

                 Key: AMQ-2433
                 URL: https://issues.apache.org/activemq/browse/AMQ-2433
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.3.0, 5.4.0
            Reporter: Colin MacNaughton
            Assignee: Colin MacNaughton
             Fix For: 5.3.0, 5.4.0


<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
  <!--Incorrect:-->
  <pendingSubscriberPolicy>
    <vmCursor />
  </pendingSubscriberPolicy>
</policyEntry>

Should be:

<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
  <pendingQueuePolicy>
    <vmCursor />
  </pendingQueuePolicy>
</policyEntry>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic