"the broker entries are overrides for the default values. so if the client does not specify a value it will have the default and then the broker policy will override that. " -- If the broker config (activemq.xml) has the topicPrefetch set to 500 and if the client does not specify a value - then it will have default topicPrefetch (which is 32766) and then the broker policy will override that -> thus the topicprefect for the consumer would be 500. Is that right? However, it doesn't appear to be working that way.
-- View this message in context: http://activemq.2283324.n4.nabble.com/prefetch-size-in-broker-config-activemq-xml-tp4679253p4679391.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.