Hi,

do you really use a topic named FOO.* in your tests? 
You probably will have to adapt the topic="..." attribute
of <policyEntry> to your topic name - or replace it with
queue="..." if you are using a queue.

Cheers,
Jürgen

-----Original Message-----
From: Olivier Bigard [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 18, 2008 2:15 PM
To: users@activemq.apache.org
Subject: Re: High message frequency causes ActiveMQ to freeze


We retry our testcase with the following lines in "activemq.xml" file to 
disable "flow control":

<destinationPolicy>
      <policyMap>
        <policyEntries>

          <policyEntry topic="FOO.>" producerFlowControl="false"
memoryLimit="1mb">
            <dispatchPolicy>
              <strictOrderDispatchPolicy/>
            </dispatchPolicy>
            <subscriptionRecoveryPolicy>
              <lastImageSubscriptionRecoveryPolicy/>
            </subscriptionRecoveryPolicy>
          </policyEntry>

        </policyEntries>
      </policyMap>
</destinationPolicy>

but it doesn't seem to solve the problem: ActiveMQ still freezes after some 
messages...

Reply via email to