Hi, 
I am trying out new ActiveMQ v5.14.3 and observer below producer flow
control logs in my setup even though I have disabled producer flow control
in the broker config file. Is there something missing in the config file or
has anything changed in the new version

Could anyone explain this behavior?

Logs:
[20170102 07:32:58.897 EST (ActiveMQ NIO Worker 2)
org.apache.activemq.broker.region.BaseDestination#waitForSpace 693 INFO] -
Usage(default:temp:queue://seed.tcaHeartBeat:temp) percentUsage=0%,
usage=5368709290, limit=5368709120,
percentUsageMinDelta=1%;Parent:Usage(default:temp) percentUsage=100%,
usage=5368709290, limit=5368709120, percentUsageMinDelta=1%: Temp Store is
Full (0% of 5368709120). Stopping producer
(ID:socrates45.nyc-43058-1483064654695-3:1:2:1) to prevent flooding
queue://seed.tcaHeartBeat. See
http://activemq.apache.org/producer-flow-control.html for more info
(blocking for: 2703s) 

Config file:
        <amq:destinationPolicy>
            <amq:policyMap>
                <amq:policyEntries>
                    <amq:policyEntry topic=">" producerFlowControl="false"
                        advisoryForFastProducers="true"
advisoryForSlowConsumers="false"
                        advisoryWhenFull="true">
                    </amq:policyEntry>
                    <amq:policyEntry queue=">" producerFlowControl="false"
                        advisoryForFastProducers="true"
advisoryForSlowConsumers="false"
                        advisoryWhenFull="true">
                    </amq:policyEntry>
                </amq:policyEntries>
            </amq:policyMap>
        </amq:destinationPolicy>


Thanks,
Abhi



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Disable-producer-flow-control-in-ActiveMQ-v5-14-3-tp4720786.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to