I have a threaded app .. so let’s say I have 100 threads waiting to do work.
I want an async message listener to read these messages, UP TO 100 messages, until I can process and commit() them. But I don’t think there’s a way to do this. I had ASSUMED that setting a prefetch of say 10, and a message listener, would only give me 10 messages, until I acknowledged them. But this doesn’t seem to be the case. I keep receiving messages on the listener. -- Founder/CEO Spinn3r.com Location: *San Francisco, CA* blog: http://burtonator.wordpress.com … or check out my Google+ profile <https://plus.google.com/102718274791889610666/posts>
