Re: NMS PrefetchSize=0

2009-07-28 Thread Rob Davies
Unfortunately this is a side affect of setting prefetch == 0 - it works by pulling, so currently only works with receive() On 28 Jul 2009, at 16:26, magellings wrote: Hello. When setting PrefetchSize on the Session to 0 I do not obtain any messages when using the Listener event on the Mes

Re: NMS PrefetchSize=0

2009-07-28 Thread Timothy Bish
On Tue, 2009-07-28 at 08:26 -0700, magellings wrote: > Hello. > > When setting PrefetchSize on the Session to 0 I do not obtain any messages > when using the Listener event on the MessageConsumer. > > If I call Receive on the MessageConsumer to initiate a pull request I can > obtain messages. Ca

NMS PrefetchSize=0

2009-07-28 Thread magellings
Hello. When setting PrefetchSize on the Session to 0 I do not obtain any messages when using the Listener event on the MessageConsumer. If I call Receive on the MessageConsumer to initiate a pull request I can obtain messages. Can this work with the Listener event too and maybe I'm missing some