[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Impact of disabling compacting...
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue Jul 7 19:51:59 EDT 2009
Just for reference, this is the fast consumer/producer config I used:
num-messages=5000000
| num-warmup-messages=20000
| message-size=1024
| durable=true
| transacted=false
| batch-size=1000
| drain-queue=false
| throttle-rate=-1
| address=perfAddress
| queue-name=perfQueue
| host=<My server IP>
| port=5445
| tcp-buffer=1048576
| tcp-no-delay=false
| send-window=1048576
| pre-ack=true
| block-ack=false
| block-persistent=false
|
And this is the slow producer one:
| num-messages=200
| num-warmup-messages=0
| message-size=1024
| durable=true
| transacted=true
| batch-size=10
| drain-queue=false
| throttle-rate=1
| address=perfAddress2
| queue-name=perfQueue2
| host=<My server IP>
| port=5445
| tcp-buffer=1048576
| tcp-no-delay=false
| send-window=1048576
| pre-ack=true
| block-ack=false
| block-persistent=false
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242313#4242313
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242313
More information about the jboss-dev-forums
mailing list