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
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
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