You could change the prefetch policy either through the connection factory or the actual connection. Use ActiveMQConnectionFactory.getPrefetchPolicy().setXXXPrefetch(int); or ActiveMQConnection.getPrefetchPolicy().setXXXPrefetch(int);
Hope this helps. Regards, Adrian Co -- View this message in context: http://www.nabble.com/Single-Consumer-vs-Multi-Consumer-on-Restart-t1584953.html#a4445764 Sent from the ActiveMQ - User forum at Nabble.com.
