> Doing simple benchmarking using swiftmq 1.2 on Aix with a single
> publisher
> and subscriber publishing MapMessages as fast as possible, i am getting
> a
> throughput of 4-5 messages / second. Given the earlier discussions on
> the
> queing benchmarks, this seems very slow. Is anyone aware of any
> configuration that would improve the publish/subscribe performance?
Just tested it. You are right. It has to do with compression. The same
slow throughput is with compressed StreamMessages.
Compression is on per default. Please switch it off with:
msg.setBooleanProperty("JMS_SWIFTMQ_BC",false);
Then you have a normal fast throughput.
--
Andreas Mueller, [EMAIL PROTECTED], IIT GmbH, Bremen/Germany, http://www.iit.de
SwiftMQ, JMS Enterprise Messaging System, http://www.swiftmq.com
------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/