Re: Setting client prefetch in Artemis Core API

2017-04-27 Thread Paul Mellor
ssage - > From: "Paul Mellor" <paul.mel...@gmail.com> > To: users@activemq.apache.org > Sent: Wednesday, April 26, 2017 3:52:23 PM > Subject: Setting client prefetch in Artemis Core API > > Hi, > > How do I set the client prefetch when using the Artemis

Re: Setting client prefetch in Artemis Core API

2017-04-26 Thread Justin Bertram
start(); ClientConsumer consumer = session.createConsumer("queue"); Justin - Original Message - From: "Paul Mellor" <paul.mel...@gmail.com> To: users@activemq.apache.org Sent: Wednesday, April 26, 2017 3:52:23 PM Subject: Setting client prefetch in Artemis Core AP

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 =