[jboss-user] [JBoss Messaging] - Re: Thread pool for publishing messages

2007-12-05 Thread timfox
I'm not sure how a thread pool is going to enable you to publish messages faster. Can you be more specific about your perf problems? Using straight JBM you should be able to publish many 1000s of messages / second. Of course this depends on your messages size and whether your messages are

[jboss-user] [JBoss Messaging] - Re: Thread pool for publishing messages

2007-12-05 Thread bortx
My application processes requests and one of the tasks they do is putting a message in a queue, for performing additional actions asynchronously. Then, I've seen in traces that the trask of putting the message in the queue takes about 300ms on a considerable pertentaje. As the application