Hey Flilp,

== Question at cluster todo
- Average message size
  For my test application, the average message size has increased from
526 bytes per message to over 750 bytes per message from version 5.0.28 to 5.5.15. Need to investigate why this is the case and where the 200+ extra bytes are coming from.

==
set the compress flag at cluster config.
<Sender compress="true"....

The default is false. This default save extra cpu and memory overhead for small messages. For big message like ALL_SESSION the default is manualy overwrite and transfer always with compression.


regards
Peter




Reply via email to