Re: JMS XA/ASF Swiftlet: consumer-prefetch-size removed.
Posted By:
Andreas_Mueller
Posted On:
Monday, June 17, 2002 01:22 PM
SwiftMQ 3.2.0 introduces consumer caches not only for connection consumers but for all consumers, therefore the consumer-prefetch-size was superfluous.
The cache size can be configured through the connection factories. That's also new in 3.2.0. Connection factories are located below the JMS listener. The default consumer cache size is 500 messages. You can change it or define your own connection factory.
You should remove the resp. JNDI aliases QueueConnectionFactory/TopicConnectionFactory and define connection factories with that names instead.