This content has been marked as final.
Show 1 reply
-
1. Re: Impact of disabling compacting...
clebert.suconic Jul 7, 2009 7:51 PM (in response to clebert.suconic)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