anonymous wrote : When you close your connection the consumers will be closed, the problem
is you're not closing your connection until you have created 10s of thousands of
consumers.
|
Yes, I understand the too many consumers instances creation problem, it was stupid of me
to create a consumer at each readMessages service invocation...
The point is that, with this poorly coded implementation, the delivery seems to stop after
20 or so invocations (as 20 or so messages only are read before the delivery stops). It
means that only 20 or so instances of consumer were created before the problem occurs,
that is obviously too much for a single client, but in fact not so much...
The same number of consumer instances would be created if 20 clients connected to the same
queue at the same time.
So does this mean that JBoss Messaging supports only 20 simultaneous consumers for a
queue?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984153#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...