Thanks for this Gordon, I managed to get around this by call ((AMQSession) session).sync(); every few messages. Do you know if there are any plans to fix this or should I raise a BZ ?
regards Noel On Mon, Jun 18, 2012 at 7:23 PM, Gordon Sim <[email protected]> wrote: > On 06/17/2012 08:34 AM, Noel O'Connor wrote: > >> Does the JMS client support flow control in 0.16 ? >> > > Unfortunately not. > > (At least not in any usable form. The flow control works by delaying > 'completions' - i.e. acknowledgements - form the broker to the publisher. > The JMS client has a buffer of incomplete commands and when this fills up > it will block for a short time - I believe the actual value may be > hardcoded - then fail). > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > >
