I am using a prefetch of 0. This has been configured in the ra.xml in the
activemq resource adapter we use to connect up to glassfish. I configured
this by adding "&jms.prefetchPolicy.all=0" to the connection url. Just
for good measure I also added the following into the ra.xml as well:

<config-property>
            <description>The pre-fetch value for queues</description>
            <config-property-name>QueuePrefetch</config-property-name>
            <config-property-type>java.lang.Integer</config-property-type>
            <config-property-value>0</config-property-value>
</config-property>
-- 
View this message in context: 
http://activemq.2283324.n4.nabble.com/Slow-throughput-after-several-hundred-messages-tp3082431p3090741.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to