You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Colin MacNaughton (JIRA)" <ji...@apache.org> on 2009/09/30 19:40:01 UTC

[jira] Created: (AMQ-2433) Incorrect configuration in activemq-througput.xml

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.


[jira] Updated: (AMQ-2433) Incorrect configuration in activemq-througput.xml

Posted by "Colin MacNaughton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colin MacNaughton updated AMQ-2433:
-----------------------------------

    Description: 
{code:xml}
<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
  <!--Incorrect:-->
  <pendingSubscriberPolicy>
    <vmCursor />
  </pendingSubscriberPolicy>
</policyEntry>
{code}
Should be:

{code:xml}
<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
  <pendingQueuePolicy>
    <vmCursor />
  </pendingQueuePolicy>
</policyEntry>
{code}

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

Should be:

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



> 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
>
>
> {code:xml}
> <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
>   <!--Incorrect:-->
>   <pendingSubscriberPolicy>
>     <vmCursor />
>   </pendingSubscriberPolicy>
> </policyEntry>
> {code}
> Should be:
> {code:xml}
> <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
>   <pendingQueuePolicy>
>     <vmCursor />
>   </pendingQueuePolicy>
> </policyEntry>
> {code}

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


[jira] Resolved: (AMQ-2433) Incorrect configuration in activemq-througput.xml

Posted by "Dejan Bosanac (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-2433.
--------------------------------

    Resolution: Fixed

This has been fixed

> 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
>
>
> {code:xml}
> <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
>   <!--Incorrect:-->
>   <pendingSubscriberPolicy>
>     <vmCursor />
>   </pendingSubscriberPolicy>
> </policyEntry>
> {code}
> Should be:
> {code:xml}
> <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
>   <pendingQueuePolicy>
>     <vmQueueCursor/>
>   </pendingQueuePolicy>
> </policyEntry>
> {code}

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


[jira] Updated: (AMQ-2433) Incorrect configuration in activemq-througput.xml

Posted by "Colin MacNaughton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colin MacNaughton updated AMQ-2433:
-----------------------------------

    Description: 
{code:xml}
<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
  <!--Incorrect:-->
  <pendingSubscriberPolicy>
    <vmCursor />
  </pendingSubscriberPolicy>
</policyEntry>
{code}
Should be:
{code:xml}
<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
  <pendingQueuePolicy>
    <vmQueueCursor/>
  </pendingQueuePolicy>
</policyEntry>
{code}

  was:
{code:xml}
<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
  <!--Incorrect:-->
  <pendingSubscriberPolicy>
    <vmCursor />
  </pendingSubscriberPolicy>
</policyEntry>
{code}
Should be:

{code:xml}
<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
  <pendingQueuePolicy>
    <vmCursor />
  </pendingQueuePolicy>
</policyEntry>
{code}


> 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
>
>
> {code:xml}
> <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
>   <!--Incorrect:-->
>   <pendingSubscriberPolicy>
>     <vmCursor />
>   </pendingSubscriberPolicy>
> </policyEntry>
> {code}
> Should be:
> {code:xml}
> <policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
>   <pendingQueuePolicy>
>     <vmQueueCursor/>
>   </pendingQueuePolicy>
> </policyEntry>
> {code}

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