Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice message size settings

How do i increment the ice message size in c++

Comments

  • benoit
    benoit Rennes, France
    Hi,

    You need to set the Ice.MessageSizeMax property. See also this FAQ.

    Cheers,
    Benoit.
  • Thanks,
    It works.
    Is there any upper bound on the message size?
    Is this message size setting only on the server side?
    If it is to be set on the client side how do we set it?

    Cheers
    Aswani
  • dwayne
    dwayne St. John's, Newfoundland
    Hi,

    The upper limit on message size is 2G. It needs to be set on both the client and the server using the Ice.MessageSizeMax property.

    Dwayne