I have a producer which produces (1 msg/sec Eg. MSG 0, MSG 1, and so on) sending to a queue, picked by a MDB (WorkFlow), which puts this message to a topic with 3 MDB subscribers (Processors) which take 40 secs to process a message (based on the message only one processes and remaing 2 just return). What I see is that everything stops after the WorkFlow sent out the 30th message (30 secs) to the topic. It only resumes after 10 seconds when the first message finished processing.
I have tried changing InstanceLimit, ThreadPoolSize, maxSessions, maxMessagesPerSession but nothing seems to push it past the 30 mark. Any ideas. -- View this message in context: http://www.nabble.com/30-Limit-tp22477766p22477766.html Sent from the OpenEJB User mailing list archive at Nabble.com.
