Thanks, 

I think I have disabled producer flow control in my config as

     <destinationPolicy>
            <policyMap>
              <policyEntries>
                <policyEntry topic=">" producerFlowControl="false">
                  <pendingSubscriberPolicy>
                    <vmCursor />
                  </pendingSubscriberPolicy>
                </policyEntry>
                <policyEntry queue=">" producerFlowControl="false">
                </policyEntry>
              </policyEntries>
            </policyMap>
        </destinationPolicy>

Is this sufficient or I need to add some more config to disable
producer-flow-control for persistent queues.


--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Backlog-data-causes-producers-to-slow-down-tp3806018p3806034.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to