Re: Setting client prefetch in Artemis Core API

2017-04-27 Thread Paul Mellor
consumerWindowSize=1024); > > ClientSessionFactory factory = locator.createSessionFactory(); > ClientSession session = factory.createSession(); > session.start(); > > ClientConsumer consumer = session.createConsumer("queue"); > > > Justin > > > - Original Me

Setting client prefetch in Artemis Core API

2017-04-26 Thread Paul Mellor
Hi, How do I set the client prefetch when using the Artemis Core API? I've seen examples of setting it in the URL when using the JMS API but couldn't find anything that worked for the Core API. I am creating my client consumer as so: ServerLocator locator =