[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Sending NonTransactional Messages with journal-sync-non-
timfox
do-not-reply at jboss.com
Wed Jun 3 07:37:02 EDT 2009
The reason it is slow is the code relies on System.currentTimeMillis() which has a granularity of 50ms on my box. So it only flushes at earliest every 50 ms, giving a max top speed of 1000 / 50 = 20 msgs per sec.
I'll fix it.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234950#4234950
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234950
More information about the jboss-dev-forums
mailing list