Hi, Below is my destination policy in which I have disabled producerFlowControl but my producer still slows down (to the rate consumer is able to actually handle). Why does this happen even after disabling producerFlowControl, are these two things not related?? What should i do to avoid this?
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/Producer-slows-down-when-consumer-is-slow-tp4712723.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.