So far I am unable to get the prefetch size to function.
I have tried:
mySession->createQueue([quename]?consumer.prefetchSize=5);
tcp://localhost:61616?prefetchPolicy.all=5
I am using the cms::Connection and cms::Consumers. Would I have to switch over to the activemq::core?
Thanks